There's no need to conditionalize the #include <unistd.h>, we require

a POSIX system.
This commit is contained in:
Todd C. Miller
2015-07-02 09:08:28 -06:00
parent 540b09b32c
commit 0b241088b3
84 changed files with 181 additions and 349 deletions

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudo_compat.h"

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include <poll.h>

View File

@@ -37,9 +37,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudo_compat.h"

View File

@@ -43,9 +43,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef HAVE_DIRENT_H
# include <dirent.h>
# define NAMLEN(dirent) strlen((dirent)->d_name)

View File

@@ -20,9 +20,7 @@
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -65,9 +65,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#if defined(HAVE_STDINT_H)
# include <stdint.h>
#elif defined(HAVE_INTTYPES_H)

View File

@@ -27,9 +27,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include "sudo_compat.h"

View File

@@ -33,9 +33,7 @@
# include <strings.h>
#endif /* HAVE_STRING_H */
#include <ctype.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <fcntl.h>
#ifdef HAVE_STDBOOL_H
# include <stdbool.h>

View File

@@ -37,9 +37,7 @@
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#include <ctype.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -26,9 +26,7 @@
# include <strings.h>
#endif /* HAVE_STRING_H */
#include <ctype.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <fcntl.h>
#ifdef HAVE_STDBOOL_H
# include <stdbool.h>

View File

@@ -25,9 +25,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudo_compat.h"

View File

@@ -21,9 +21,7 @@
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include <grp.h>
#include <limits.h>

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>

View File

@@ -27,9 +27,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>

View File

@@ -22,9 +22,7 @@
#include <sys/ioctl.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <termios.h>
#include <limits.h>

View File

@@ -32,9 +32,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>

View File

@@ -33,9 +33,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <fcntl.h>
#include <limits.h>

View File

@@ -28,9 +28,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudoers.h"

View File

@@ -32,9 +32,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <afs/stds.h>

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <pwd.h>
#include <usersec.h>

View File

@@ -32,9 +32,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <pwd.h>
#include <signal.h>

View File

@@ -46,9 +46,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <dce/rpc.h>

View File

@@ -32,9 +32,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <auth.h>

View File

@@ -35,9 +35,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <krb5.h>
#ifdef HAVE_HEIMDAL

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <errno.h>

View File

@@ -29,9 +29,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include "sudoers.h"

View File

@@ -32,9 +32,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#if defined(HAVE_SKEY)

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#ifdef __hpux
# undef MAXINT

View File

@@ -36,9 +36,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
/* Needed for SecurID v5.0 Authentication on UNIX */

View File

@@ -34,9 +34,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <signal.h>
#include <siad.h>

View File

@@ -29,9 +29,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <time.h>
#include <signal.h>

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -30,9 +30,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
# ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <pwd.h>
#include <ctype.h>

View File

@@ -26,9 +26,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudoers.h"

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#if defined(HAVE_STDINT_H)
# include <stdint.h>
#elif defined(HAVE_INTTYPES_H)

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudoers.h"

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <grp.h>
#ifdef HAVE_GETSPNAM

View File

@@ -30,9 +30,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudoers.h"

View File

@@ -72,9 +72,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#if defined(HAVE_STDINT_H)
# include <stdint.h>
#elif defined(HAVE_INTTYPES_H)
@@ -108,7 +106,7 @@ static bool add_userspec(struct member *, struct privilege *);
static struct defaults *new_default(char *, char *, int);
static struct member *new_member(char *, int);
static struct sudo_digest *new_digest(int, const char *);
#line 75 "gram.y"
#line 73 "gram.y"
#ifndef YYSTYPE_DEFINED
#define YYSTYPE_DEFINED
typedef union {
@@ -126,7 +124,7 @@ typedef union {
int tok;
} YYSTYPE;
#endif /* YYSTYPE_DEFINED */
#line 129 "gram.c"
#line 127 "gram.c"
#define COMMAND 257
#define ALIAS 258
#define DEFVAR 259
@@ -703,7 +701,7 @@ short *yyss;
short *yysslim;
YYSTYPE *yyvs;
unsigned int yystacksize;
#line 852 "gram.y"
#line 850 "gram.y"
void
sudoerserror(const char *s)
{
@@ -985,7 +983,7 @@ init_parser(const char *path, bool quiet)
debug_return_bool(rval);
}
#line 936 "gram.c"
#line 934 "gram.c"
/* allocate initial stack or double stack size, up to YYMAXDEPTH */
#if defined(__cplusplus) || defined(__STDC__)
static int yygrowstack(void)
@@ -1194,23 +1192,23 @@ yyreduce:
switch (yyn)
{
case 1:
#line 167 "gram.y"
#line 165 "gram.y"
{ ; }
break;
case 5:
#line 175 "gram.y"
#line 173 "gram.y"
{
;
}
break;
case 6:
#line 178 "gram.y"
#line 176 "gram.y"
{
yyerrok;
}
break;
case 7:
#line 181 "gram.y"
#line 179 "gram.y"
{
if (!add_userspec(yyvsp[-1].member, yyvsp[0].privilege)) {
sudoerserror(N_("unable to allocate memory"));
@@ -1219,31 +1217,31 @@ case 7:
}
break;
case 8:
#line 187 "gram.y"
#line 185 "gram.y"
{
;
}
break;
case 9:
#line 190 "gram.y"
#line 188 "gram.y"
{
;
}
break;
case 10:
#line 193 "gram.y"
#line 191 "gram.y"
{
;
}
break;
case 11:
#line 196 "gram.y"
#line 194 "gram.y"
{
;
}
break;
case 12:
#line 199 "gram.y"
#line 197 "gram.y"
{
if (!add_defaults(DEFAULTS, NULL, yyvsp[0].defaults)) {
sudoerserror(N_("unable to allocate memory"));
@@ -1252,7 +1250,7 @@ case 12:
}
break;
case 13:
#line 205 "gram.y"
#line 203 "gram.y"
{
if (!add_defaults(DEFAULTS_USER, yyvsp[-1].member, yyvsp[0].defaults)) {
sudoerserror(N_("unable to allocate memory"));
@@ -1261,7 +1259,7 @@ case 13:
}
break;
case 14:
#line 211 "gram.y"
#line 209 "gram.y"
{
if (!add_defaults(DEFAULTS_RUNAS, yyvsp[-1].member, yyvsp[0].defaults)) {
sudoerserror(N_("unable to allocate memory"));
@@ -1270,7 +1268,7 @@ case 14:
}
break;
case 15:
#line 217 "gram.y"
#line 215 "gram.y"
{
if (!add_defaults(DEFAULTS_HOST, yyvsp[-1].member, yyvsp[0].defaults)) {
sudoerserror(N_("unable to allocate memory"));
@@ -1279,7 +1277,7 @@ case 15:
}
break;
case 16:
#line 223 "gram.y"
#line 221 "gram.y"
{
if (!add_defaults(DEFAULTS_CMND, yyvsp[-1].member, yyvsp[0].defaults)) {
sudoerserror(N_("unable to allocate memory"));
@@ -1288,14 +1286,14 @@ case 16:
}
break;
case 18:
#line 232 "gram.y"
#line 230 "gram.y"
{
HLTQ_CONCAT(yyvsp[-2].defaults, yyvsp[0].defaults, entries);
yyval.defaults = yyvsp[-2].defaults;
}
break;
case 19:
#line 238 "gram.y"
#line 236 "gram.y"
{
yyval.defaults = new_default(yyvsp[0].string, NULL, true);
if (yyval.defaults == NULL) {
@@ -1305,7 +1303,7 @@ case 19:
}
break;
case 20:
#line 245 "gram.y"
#line 243 "gram.y"
{
yyval.defaults = new_default(yyvsp[0].string, NULL, false);
if (yyval.defaults == NULL) {
@@ -1315,7 +1313,7 @@ case 20:
}
break;
case 21:
#line 252 "gram.y"
#line 250 "gram.y"
{
yyval.defaults = new_default(yyvsp[-2].string, yyvsp[0].string, true);
if (yyval.defaults == NULL) {
@@ -1325,7 +1323,7 @@ case 21:
}
break;
case 22:
#line 259 "gram.y"
#line 257 "gram.y"
{
yyval.defaults = new_default(yyvsp[-2].string, yyvsp[0].string, '+');
if (yyval.defaults == NULL) {
@@ -1335,7 +1333,7 @@ case 22:
}
break;
case 23:
#line 266 "gram.y"
#line 264 "gram.y"
{
yyval.defaults = new_default(yyvsp[-2].string, yyvsp[0].string, '-');
if (yyval.defaults == NULL) {
@@ -1345,14 +1343,14 @@ case 23:
}
break;
case 25:
#line 276 "gram.y"
#line 274 "gram.y"
{
HLTQ_CONCAT(yyvsp[-2].privilege, yyvsp[0].privilege, entries);
yyval.privilege = yyvsp[-2].privilege;
}
break;
case 26:
#line 282 "gram.y"
#line 280 "gram.y"
{
struct privilege *p = calloc(1, sizeof(*p));
if (p == NULL) {
@@ -1366,21 +1364,21 @@ case 26:
}
break;
case 27:
#line 295 "gram.y"
#line 293 "gram.y"
{
yyval.member = yyvsp[0].member;
yyval.member->negated = false;
}
break;
case 28:
#line 299 "gram.y"
#line 297 "gram.y"
{
yyval.member = yyvsp[0].member;
yyval.member->negated = true;
}
break;
case 29:
#line 305 "gram.y"
#line 303 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, ALIAS);
if (yyval.member == NULL) {
@@ -1390,7 +1388,7 @@ case 29:
}
break;
case 30:
#line 312 "gram.y"
#line 310 "gram.y"
{
yyval.member = new_member(NULL, ALL);
if (yyval.member == NULL) {
@@ -1400,7 +1398,7 @@ case 30:
}
break;
case 31:
#line 319 "gram.y"
#line 317 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, NETGROUP);
if (yyval.member == NULL) {
@@ -1410,7 +1408,7 @@ case 31:
}
break;
case 32:
#line 326 "gram.y"
#line 324 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, NTWKADDR);
if (yyval.member == NULL) {
@@ -1420,7 +1418,7 @@ case 32:
}
break;
case 33:
#line 333 "gram.y"
#line 331 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, WORD);
if (yyval.member == NULL) {
@@ -1430,7 +1428,7 @@ case 33:
}
break;
case 35:
#line 343 "gram.y"
#line 341 "gram.y"
{
struct cmndspec *prev;
prev = HLTQ_LAST(yyvsp[-2].cmndspec, cmndspec, entries);
@@ -1474,7 +1472,7 @@ case 35:
}
break;
case 36:
#line 386 "gram.y"
#line 384 "gram.y"
{
struct cmndspec *cs = calloc(1, sizeof(*cs));
if (cs == NULL) {
@@ -1523,7 +1521,7 @@ case 36:
}
break;
case 37:
#line 434 "gram.y"
#line 432 "gram.y"
{
yyval.digest = new_digest(SUDO_DIGEST_SHA224, yyvsp[0].string);
if (yyval.digest == NULL) {
@@ -1533,7 +1531,7 @@ case 37:
}
break;
case 38:
#line 441 "gram.y"
#line 439 "gram.y"
{
yyval.digest = new_digest(SUDO_DIGEST_SHA256, yyvsp[0].string);
if (yyval.digest == NULL) {
@@ -1543,7 +1541,7 @@ case 38:
}
break;
case 39:
#line 448 "gram.y"
#line 446 "gram.y"
{
yyval.digest = new_digest(SUDO_DIGEST_SHA384, yyvsp[0].string);
if (yyval.digest == NULL) {
@@ -1553,7 +1551,7 @@ case 39:
}
break;
case 40:
#line 455 "gram.y"
#line 453 "gram.y"
{
yyval.digest = new_digest(SUDO_DIGEST_SHA512, yyvsp[0].string);
if (yyval.digest == NULL) {
@@ -1563,13 +1561,13 @@ case 40:
}
break;
case 41:
#line 464 "gram.y"
#line 462 "gram.y"
{
yyval.member = yyvsp[0].member;
}
break;
case 42:
#line 467 "gram.y"
#line 465 "gram.y"
{
if (yyvsp[0].member->type != COMMAND) {
sudoerserror(N_("a digest requires a path name"));
@@ -1581,127 +1579,127 @@ case 42:
}
break;
case 43:
#line 478 "gram.y"
#line 476 "gram.y"
{
yyval.member = yyvsp[0].member;
yyval.member->negated = false;
}
break;
case 44:
#line 482 "gram.y"
#line 480 "gram.y"
{
yyval.member = yyvsp[0].member;
yyval.member->negated = true;
}
break;
case 45:
#line 488 "gram.y"
#line 486 "gram.y"
{
yyval.string = yyvsp[0].string;
}
break;
case 46:
#line 493 "gram.y"
#line 491 "gram.y"
{
yyval.string = yyvsp[0].string;
}
break;
case 47:
#line 498 "gram.y"
#line 496 "gram.y"
{
yyval.seinfo.role = NULL;
yyval.seinfo.type = NULL;
}
break;
case 48:
#line 502 "gram.y"
#line 500 "gram.y"
{
yyval.seinfo.role = yyvsp[0].string;
yyval.seinfo.type = NULL;
}
break;
case 49:
#line 506 "gram.y"
#line 504 "gram.y"
{
yyval.seinfo.type = yyvsp[0].string;
yyval.seinfo.role = NULL;
}
break;
case 50:
#line 510 "gram.y"
#line 508 "gram.y"
{
yyval.seinfo.role = yyvsp[-1].string;
yyval.seinfo.type = yyvsp[0].string;
}
break;
case 51:
#line 514 "gram.y"
#line 512 "gram.y"
{
yyval.seinfo.type = yyvsp[-1].string;
yyval.seinfo.role = yyvsp[0].string;
}
break;
case 52:
#line 520 "gram.y"
#line 518 "gram.y"
{
yyval.string = yyvsp[0].string;
}
break;
case 53:
#line 524 "gram.y"
#line 522 "gram.y"
{
yyval.string = yyvsp[0].string;
}
break;
case 54:
#line 529 "gram.y"
#line 527 "gram.y"
{
yyval.privinfo.privs = NULL;
yyval.privinfo.limitprivs = NULL;
}
break;
case 55:
#line 533 "gram.y"
#line 531 "gram.y"
{
yyval.privinfo.privs = yyvsp[0].string;
yyval.privinfo.limitprivs = NULL;
}
break;
case 56:
#line 537 "gram.y"
#line 535 "gram.y"
{
yyval.privinfo.privs = NULL;
yyval.privinfo.limitprivs = yyvsp[0].string;
}
break;
case 57:
#line 541 "gram.y"
#line 539 "gram.y"
{
yyval.privinfo.privs = yyvsp[-1].string;
yyval.privinfo.limitprivs = yyvsp[0].string;
}
break;
case 58:
#line 545 "gram.y"
#line 543 "gram.y"
{
yyval.privinfo.limitprivs = yyvsp[-1].string;
yyval.privinfo.privs = yyvsp[0].string;
}
break;
case 59:
#line 551 "gram.y"
#line 549 "gram.y"
{
yyval.runas = NULL;
}
break;
case 60:
#line 554 "gram.y"
#line 552 "gram.y"
{
yyval.runas = yyvsp[-1].runas;
}
break;
case 61:
#line 559 "gram.y"
#line 557 "gram.y"
{
yyval.runas = calloc(1, sizeof(struct runascontainer));
if (yyval.runas != NULL) {
@@ -1719,7 +1717,7 @@ case 61:
}
break;
case 62:
#line 574 "gram.y"
#line 572 "gram.y"
{
yyval.runas = calloc(1, sizeof(struct runascontainer));
if (yyval.runas == NULL) {
@@ -1731,7 +1729,7 @@ case 62:
}
break;
case 63:
#line 583 "gram.y"
#line 581 "gram.y"
{
yyval.runas = calloc(1, sizeof(struct runascontainer));
if (yyval.runas == NULL) {
@@ -1743,7 +1741,7 @@ case 63:
}
break;
case 64:
#line 592 "gram.y"
#line 590 "gram.y"
{
yyval.runas = calloc(1, sizeof(struct runascontainer));
if (yyval.runas == NULL) {
@@ -1755,7 +1753,7 @@ case 64:
}
break;
case 65:
#line 601 "gram.y"
#line 599 "gram.y"
{
yyval.runas = calloc(1, sizeof(struct runascontainer));
if (yyval.runas != NULL) {
@@ -1773,86 +1771,86 @@ case 65:
}
break;
case 66:
#line 618 "gram.y"
#line 616 "gram.y"
{
yyval.tag.log_input = yyval.tag.log_output = yyval.tag.noexec =
yyval.tag.nopasswd = yyval.tag.send_mail = yyval.tag.setenv = UNSPEC;
}
break;
case 67:
#line 622 "gram.y"
#line 620 "gram.y"
{
yyval.tag.nopasswd = true;
}
break;
case 68:
#line 625 "gram.y"
#line 623 "gram.y"
{
yyval.tag.nopasswd = false;
}
break;
case 69:
#line 628 "gram.y"
#line 626 "gram.y"
{
yyval.tag.noexec = true;
}
break;
case 70:
#line 631 "gram.y"
#line 629 "gram.y"
{
yyval.tag.noexec = false;
}
break;
case 71:
#line 634 "gram.y"
#line 632 "gram.y"
{
yyval.tag.setenv = true;
}
break;
case 72:
#line 637 "gram.y"
#line 635 "gram.y"
{
yyval.tag.setenv = false;
}
break;
case 73:
#line 640 "gram.y"
#line 638 "gram.y"
{
yyval.tag.log_input = true;
}
break;
case 74:
#line 643 "gram.y"
#line 641 "gram.y"
{
yyval.tag.log_input = false;
}
break;
case 75:
#line 646 "gram.y"
#line 644 "gram.y"
{
yyval.tag.log_output = true;
}
break;
case 76:
#line 649 "gram.y"
#line 647 "gram.y"
{
yyval.tag.log_output = false;
}
break;
case 77:
#line 652 "gram.y"
#line 650 "gram.y"
{
yyval.tag.send_mail = true;
}
break;
case 78:
#line 655 "gram.y"
#line 653 "gram.y"
{
yyval.tag.send_mail = false;
}
break;
case 79:
#line 660 "gram.y"
#line 658 "gram.y"
{
yyval.member = new_member(NULL, ALL);
if (yyval.member == NULL) {
@@ -1862,7 +1860,7 @@ case 79:
}
break;
case 80:
#line 667 "gram.y"
#line 665 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, ALIAS);
if (yyval.member == NULL) {
@@ -1872,7 +1870,7 @@ case 80:
}
break;
case 81:
#line 674 "gram.y"
#line 672 "gram.y"
{
struct sudo_command *c = calloc(1, sizeof(*c));
if (c == NULL) {
@@ -1890,7 +1888,7 @@ case 81:
}
break;
case 84:
#line 695 "gram.y"
#line 693 "gram.y"
{
const char *s;
if ((s = alias_add(yyvsp[-2].string, HOSTALIAS, yyvsp[0].member)) != NULL) {
@@ -1900,14 +1898,14 @@ case 84:
}
break;
case 86:
#line 705 "gram.y"
#line 703 "gram.y"
{
HLTQ_CONCAT(yyvsp[-2].member, yyvsp[0].member, entries);
yyval.member = yyvsp[-2].member;
}
break;
case 89:
#line 715 "gram.y"
#line 713 "gram.y"
{
const char *s;
if ((s = alias_add(yyvsp[-2].string, CMNDALIAS, yyvsp[0].member)) != NULL) {
@@ -1917,14 +1915,14 @@ case 89:
}
break;
case 91:
#line 725 "gram.y"
#line 723 "gram.y"
{
HLTQ_CONCAT(yyvsp[-2].member, yyvsp[0].member, entries);
yyval.member = yyvsp[-2].member;
}
break;
case 94:
#line 735 "gram.y"
#line 733 "gram.y"
{
const char *s;
if ((s = alias_add(yyvsp[-2].string, RUNASALIAS, yyvsp[0].member)) != NULL) {
@@ -1934,7 +1932,7 @@ case 94:
}
break;
case 97:
#line 748 "gram.y"
#line 746 "gram.y"
{
const char *s;
if ((s = alias_add(yyvsp[-2].string, USERALIAS, yyvsp[0].member)) != NULL) {
@@ -1944,28 +1942,28 @@ case 97:
}
break;
case 99:
#line 758 "gram.y"
#line 756 "gram.y"
{
HLTQ_CONCAT(yyvsp[-2].member, yyvsp[0].member, entries);
yyval.member = yyvsp[-2].member;
}
break;
case 100:
#line 764 "gram.y"
#line 762 "gram.y"
{
yyval.member = yyvsp[0].member;
yyval.member->negated = false;
}
break;
case 101:
#line 768 "gram.y"
#line 766 "gram.y"
{
yyval.member = yyvsp[0].member;
yyval.member->negated = true;
}
break;
case 102:
#line 774 "gram.y"
#line 772 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, ALIAS);
if (yyval.member == NULL) {
@@ -1975,7 +1973,7 @@ case 102:
}
break;
case 103:
#line 781 "gram.y"
#line 779 "gram.y"
{
yyval.member = new_member(NULL, ALL);
if (yyval.member == NULL) {
@@ -1985,7 +1983,7 @@ case 103:
}
break;
case 104:
#line 788 "gram.y"
#line 786 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, NETGROUP);
if (yyval.member == NULL) {
@@ -1995,7 +1993,7 @@ case 104:
}
break;
case 105:
#line 795 "gram.y"
#line 793 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, USERGROUP);
if (yyval.member == NULL) {
@@ -2005,7 +2003,7 @@ case 105:
}
break;
case 106:
#line 802 "gram.y"
#line 800 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, WORD);
if (yyval.member == NULL) {
@@ -2015,28 +2013,28 @@ case 106:
}
break;
case 108:
#line 812 "gram.y"
#line 810 "gram.y"
{
HLTQ_CONCAT(yyvsp[-2].member, yyvsp[0].member, entries);
yyval.member = yyvsp[-2].member;
}
break;
case 109:
#line 818 "gram.y"
#line 816 "gram.y"
{
yyval.member = yyvsp[0].member;
yyval.member->negated = false;
}
break;
case 110:
#line 822 "gram.y"
#line 820 "gram.y"
{
yyval.member = yyvsp[0].member;
yyval.member->negated = true;
}
break;
case 111:
#line 828 "gram.y"
#line 826 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, ALIAS);
if (yyval.member == NULL) {
@@ -2046,7 +2044,7 @@ case 111:
}
break;
case 112:
#line 835 "gram.y"
#line 833 "gram.y"
{
yyval.member = new_member(NULL, ALL);
if (yyval.member == NULL) {
@@ -2056,7 +2054,7 @@ case 112:
}
break;
case 113:
#line 842 "gram.y"
#line 840 "gram.y"
{
yyval.member = new_member(yyvsp[0].string, WORD);
if (yyval.member == NULL) {
@@ -2065,7 +2063,7 @@ case 113:
}
}
break;
#line 2016 "gram.c"
#line 2014 "gram.c"
}
yyssp -= yym;
yystate = *yyssp;

View File

@@ -34,9 +34,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#if defined(HAVE_STDINT_H)
# include <stdint.h>
#elif defined(HAVE_INTTYPES_H)

View File

@@ -27,9 +27,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -26,9 +26,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>

View File

@@ -27,9 +27,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -30,9 +30,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -36,9 +36,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef HAVE_NL_LANGINFO
# include <langinfo.h>
#endif /* HAVE_NL_LANGINFO */

View File

@@ -41,9 +41,7 @@
#elif defined(HAVE_INTTYPES_H)
# include <inttypes.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifndef SUDOERS_NAME_MATCH
# ifdef HAVE_GLOB
# include <glob.h>

View File

@@ -33,9 +33,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>

View File

@@ -27,9 +27,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <pwd.h>
#include <grp.h>

View File

@@ -27,9 +27,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include <grp.h>
#include <pwd.h>

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef HAVE_SETAUTHDB
# include <usersec.h>
#endif /* HAVE_SETAUTHDB */

View File

@@ -30,9 +30,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include <limits.h>
#include <pwd.h>

View File

@@ -30,9 +30,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef _AIX
# include <sys/id.h>
#endif

View File

@@ -32,9 +32,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -27,9 +27,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <grp.h>
#include <ctype.h>

View File

@@ -36,9 +36,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <errno.h>
#include <fcntl.h>

View File

@@ -30,9 +30,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include "sudoers.h"

View File

@@ -30,9 +30,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -34,9 +34,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef HAVE_NETGROUP_H
# include <netgroup.h>
#endif /* HAVE_NETGROUP_H */

View File

@@ -27,9 +27,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -1974,9 +1974,7 @@ char *yytext;
#elif defined(HAVE_INTTYPES_H)
# include <inttypes.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef HAVE_DIRENT_H
# include <dirent.h>
# define NAMLEN(dirent) strlen((dirent)->d_name)

View File

@@ -40,9 +40,7 @@
#elif defined(HAVE_INTTYPES_H)
# include <inttypes.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef HAVE_DIRENT_H
# include <dirent.h>
# define NAMLEN(dirent) strlen((dirent)->d_name)

View File

@@ -33,9 +33,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudoers.h"

View File

@@ -46,9 +46,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <stdarg.h>
#include <ctype.h>
#include <pwd.h>

View File

@@ -25,9 +25,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <stdarg.h>
#include <ctype.h>

View File

@@ -32,9 +32,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>

View File

@@ -29,9 +29,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudo.h"

View File

@@ -30,9 +30,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -25,9 +25,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef HAVE_PRIV_SET
# include <priv.h>
#endif

View File

@@ -29,9 +29,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif

View File

@@ -31,9 +31,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>

View File

@@ -25,9 +25,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudo.h"

View File

@@ -26,9 +26,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include "sudo.h"

View File

@@ -50,9 +50,7 @@ struct rtentry;
#else
# include "compat/stdbool.h"
#endif /* HAVE_STDBOOL_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <netdb.h>
#include <errno.h>
#ifdef _ISC

View File

@@ -25,9 +25,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include "sudo.h"

View File

@@ -30,9 +30,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <grp.h>
#include <pwd.h>

View File

@@ -24,9 +24,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>

View File

@@ -25,9 +25,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include <signal.h>

View File

@@ -26,9 +26,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef HAVE_PROJECT_H
# include <project.h>
# include <sys/task.h>

View File

@@ -34,9 +34,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>

View File

@@ -29,9 +29,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <ctype.h>
#include <grp.h>
#include <pwd.h>

View File

@@ -20,9 +20,7 @@
#include <errno.h>
#include <stdarg.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef HAVE_SPAWN_H
#include <spawn.h>
#endif

View File

@@ -35,9 +35,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <pwd.h>
#include <errno.h>
#include <signal.h>

View File

@@ -37,9 +37,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>

View File

@@ -27,9 +27,7 @@
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif /* HAVE_STRINGS_H */
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include <unistd.h>
#ifdef TIME_WITH_SYS_TIME
# include <time.h>
#endif