mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
7390d550df
Pointed out by: Claudiu Bosioc <cbo@uem.utt.ro>
17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
--- 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 ) );
|