diff options
author | brian <brian@FreeBSD.org> | 2000-09-06 17:59:37 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-09-06 17:59:37 +0000 |
commit | 6a6c26f7fe3a626141286b4c725819d2f9ed7f66 (patch) | |
tree | a5e07e27d0e751c4aa1f1a77fd994c53577b61bc /contrib/sendmail | |
parent | 8a133f280c2f3c6ca8964851f14eb27967e8963b (diff) | |
download | FreeBSD-src-6a6c26f7fe3a626141286b4c725819d2f9ed7f66.zip FreeBSD-src-6a6c26f7fe3a626141286b4c725819d2f9ed7f66.tar.gz |
Revert my last change. libutil.h is still required for setusercontext()
and unistd.h is already included.
Requested by: gshapiro
Diffstat (limited to 'contrib/sendmail')
-rw-r--r-- | contrib/sendmail/src/conf.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/sendmail/src/conf.h b/contrib/sendmail/src/conf.h index f87b204..c748bf3 100644 --- a/contrib/sendmail/src/conf.h +++ b/contrib/sendmail/src/conf.h @@ -968,11 +968,7 @@ typedef int pid_t; # if __FreeBSD__ >= 2 # include <osreldate.h> # if __FreeBSD_version >= 199512 /* 2.2-current when it appeared */ -# if __FreeBSD_version >= 500012 /* Moved to libc in 5.0-current */ -# include <unistd.h> -# else -# include <libutil.h> -# endif +# include <libutil.h> # define SPT_TYPE SPT_BUILTIN # endif /* __FreeBSD_version >= 199512 */ # if __FreeBSD_version >= 222000 /* 2.2.2-release and later */ |