#if 0 out some more declarations which conflict with system headers
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 18 Jun 1993 18:15:58 +0000 (18:15 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 18 Jun 1993 18:15:58 +0000 (18:15 +0000)
bfd/hosts/delta88.h

index fe8d76d5670839c30ae1235b7ef380bd15fe8c98..631add2f934ddbc6cb824ba7358ef57725a332e6 100644 (file)
@@ -40,8 +40,11 @@ extern int  EXFUN(bcmp,(char *, char *, int));
 extern void EXFUN(bzero,(char *, int));
 extern void EXFUN(perror,(CONST char *));
 extern PTR  EXFUN(memchr,(const void *, int, unsigned ));
+#if 0
+/* Conflicts with system headers on SVR4.  */
 extern unsigned short EXFUN(getuid,(void));
 extern unsigned short EXFUN(getgid,(void));
+#endif
 
 extern char * strchr();
 
This page took 0.026746 seconds and 4 git commands to generate.