Revert my last change. libutil.h is still required for setusercontext()

and unistd.h is already included.

Requested by:	gshapiro
This commit is contained in:
Brian Somers 2000-09-06 17:59:37 +00:00
parent 1becb98646
commit fd4409e068
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65529

View file

@ -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 */