1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/mail/maildrop/files/patch-ad

18 lines
328 B
Plaintext
Raw Normal View History

--- 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