1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/mail/maildrop/files/patch-ad
Pete Fritchman 26e6ca3c9e Update to 1.5.0.
PR:		44746
Submitted by:	Nick Hilliard <nick@foobar.org>
2002-11-13 19:47:02 +00:00

18 lines
328 B
Plaintext

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