HP bug fix per S. lewis tech-talk msg 11/26

This commit is contained in:
Janet B. Anderson
1996-12-02 15:12:33 +00:00
parent fb624a76d2
commit a7e61ddeb8

View File

@@ -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);