From 4579ffd9fd6a5363a66288eb7f921987136ace1a Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Mon, 29 Aug 1994 15:51:57 -0800 Subject: [PATCH] UnixWare updates SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.119 --- usr/src/usr.sbin/sendmail/src/conf.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index bde1f74261..4429d546f1 100644 --- a/usr/src/usr.sbin/sendmail/src/conf.h +++ b/usr/src/usr.sbin/sendmail/src/conf.h @@ -5,7 +5,7 @@ * * %sccs.include.redist.c% * - * @(#)conf.h 8.118 (Berkeley) %G% + * @(#)conf.h 8.119 (Berkeley) %G% */ /* @@ -819,18 +819,20 @@ typedef int pid_t; /* -** UnixWare +** UnixWare 1.1.2. ** ** From Evan Champion . */ #ifdef UNIXWARE # define SYSTEM5 1 -# ifndef HASGETUSERSHELL -# define HASGETUSERSHELL 0 /* does not have getusershell(3) call */ -# endif -# define GIDSET_T int -# define SLEEP_T int +# define HASGETUSERSHELL 0 /* does not have getusershell(3) call */ +# define HASGETDTABLESIZE 1 +# define HASSETREUID 1 +# define HASSETSID 1 +# define HASINITGROUPS 1 +# define GIDSET_T gid_t +# define SLEEP_T unsigned # define SFS_TYPE SFS_STATVFS # define LA_TYPE LA_ZERO # undef WIFEXITED -- 2.20.1