mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8ce2905ce2
PR: 16446 Submitted by: Alexander Langer <alex@cichlids.com>
17 lines
302 B
Plaintext
17 lines
302 B
Plaintext
--- funcs.C.old Sat Jan 29 17:28:18 2000
|
|
+++ funcs.C Sat Jan 29 17:28:45 2000
|
|
@@ -114,13 +114,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 ) );
|