Added SGI to ifdef

This commit is contained in:
Janet B. Anderson
1995-11-27 15:47:06 +00:00
parent 1f61d4acc2
commit 636c7ba56c

View File

@@ -108,7 +108,7 @@ int BSmakeServer(char** argv)
perror("Cannot fork");
return -1;
case 0: /* child */
#if defined linux || defined SOLARIS
#if defined linux || defined SOLARIS || defined SGI
setpgrp();
#else
setpgrp(0,0);