From d7a2e485238aafb50d64bab61dd345bdeb063456 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sat, 18 Dec 1993 03:16:04 -0800 Subject: [PATCH] GIDSET_T is gid_t only on Solaris, not on SunOS SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.66 --- usr/src/usr.sbin/sendmail/src/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index c5ed567c32..66a988cefc 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.65 (Berkeley) %G% + * @(#)conf.h 8.66 (Berkeley) %G% */ /* @@ -160,7 +160,6 @@ # define HASSETREUID 1 /* has setreuid(2) call */ # define HASINITGROUPS 1 /* has initgroups(3) call */ # define HASUNAME 1 /* use System V uname(2) system call */ -# define GIDSET_T gid_t # ifdef SOLARIS_2_3 # define SOLARIS @@ -173,6 +172,7 @@ # include # define gethostbyname solaris_gethostbyname /* get working version */ # define gethostbyaddr solaris_gethostbyaddr /* get working version */ +# define GIDSET_T gid_t # define _PATH_UNIX "/kernel/unix" # ifndef _PATH_SENDMAILCF # define _PATH_SENDMAILCF "/etc/mail/sendmail.cf" -- 2.20.1