]> andersk Git - moira.git/commitdiff
ifdeffd getpid() dec. for sgi
authortom <tom>
Sat, 25 Jun 1994 15:07:27 +0000 (15:07 +0000)
committertom <tom>
Sat, 25 Jun 1994 15:07:27 +0000 (15:07 +0000)
clients/moira/menu.c

index 87222a1d82c625c0ef1d1fe6712290f9340c05e6..6c0ae53fc23bd50f5487ded3723adb36e37b8573 100644 (file)
@@ -52,7 +52,9 @@ static char rcsid_menu_c[] = "$Header$";
 
 extern int interrupt;          /* will be set if ^C is received */
 extern FILE *fdopen();
+#ifndef sgi
 extern int getpid();
+#endif
 extern char *calloc();
 extern char *whoami;
 
This page took 0.241465 seconds and 5 git commands to generate.