mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
26e6ca3c9e
PR: 44746 Submitted by: Nick Hilliard <nick@foobar.org>
18 lines
328 B
Plaintext
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
|