--- maildrop/funcs.C.orig	Tue Oct 29 15:43:32 2002
+++ maildrop/funcs.C	Tue Oct 29 15:43:51 2002
@@ -110,14 +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 ) );
 #else
