HAVE_SAVED_UIDS not depends of BSD version but depends

of _POSIX_SAVED_IDS from unistd.h, fix it.
This commit is contained in:
Andrey A. Chernov 1995-04-29 15:16:41 +00:00
parent d54024a159
commit 280bdae500
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8169

View File

@ -16,7 +16,7 @@
*/
/*
* $Id: compat.h,v 1.8 1994/01/15 20:43:43 vixie Exp $
* $Id: compat.h,v 1.1.1.1 1994/08/27 13:43:04 jkh Exp $
*/
#ifndef __P
@ -106,9 +106,12 @@
# define NEED_GETDTABLESIZE
#endif
#if (BSD >= 199103)
#ifdef POSIX
#include <unistd.h>
#ifdef _POSIX_SAVED_IDS
# define HAVE_SAVED_UIDS
#endif
#endif
#if !defined(ATT) && !defined(__linux) && !defined(IRIX) && !defined(UNICOS)
# define USE_SIGCHLD