HP bug fix per S. lewis tech-talk msg 11/26
This commit is contained in:
@@ -120,7 +120,7 @@ int BSmakeServer(char** argv)
|
||||
perror("Cannot fork");
|
||||
return -1;
|
||||
case 0: /* child */
|
||||
#if defined linux || defined SOLARIS || defined SGI || defined _OSF_SOURCE
|
||||
#if defined linux || defined SOLARIS || defined SGI || defined _OSF_SOURCE || defined HP_UX
|
||||
setpgrp();
|
||||
#else
|
||||
setpgrp(0,0);
|
||||
|
||||
Reference in New Issue
Block a user