aboutsummaryrefslogtreecommitdiffstats
path: root/mail/maildrop/files/patch-ad
blob: ad8fbd1acd97573fd76fe2c5c553b4e38636eb6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- maildrop/funcs.C.orig	Wed Feb 21 16:56:38 2001
+++ maildrop/funcs.C	Wed Feb 21 16:57:06 2001
@@ -110,13 +110,7 @@
 static GETGROUPS_T getprocgroup()
 {
 #if	HAS_GETPGRP
-
-#ifdef	GETPGRP_VOID
-
 	return ( getpgrp() );
-#else
-	return ( getpgrp( getpid()) );
-#endif
 #else
 #if	HAS_GETPGID
 	return ( getpgid( 0 ) );