aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-07 06:54:28 +0000
committerRichard Stallman <rms@gnu.org>1992-03-07 06:54:28 +0000
commiteb76eb5a801e614045465be9d49195ee564c3233 (patch)
tree1b4dbdd50eedd945ab7a674d74aef00d8a7fadcd
parent135461d9603737554effe743c97352cdd188600a (diff)
downloadgcc-eb76eb5a801e614045465be9d49195ee564c3233.zip
gcc-eb76eb5a801e614045465be9d49195ee564c3233.tar.gz
gcc-eb76eb5a801e614045465be9d49195ee564c3233.tar.bz2
*** empty log message ***
From-SVN: r409
-rw-r--r--gcc/protoize.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index 7370997..71b2fc9 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -198,12 +198,11 @@ extern int strncmp ();
extern char * strncpy ();
extern char * strrchr ();
+/* Fork is not declared because the declaration caused a conflict
+ on the HPPA. */
#if !(defined (USG) || defined (VMS))
-extern int vfork ();
#define fork vfork
-#else
-extern int fork ();
-#endif /* !(defined (USG) || defined (VMS)) */
+#endif /* (defined (USG) || defined (VMS)) */
#endif /* !defined (POSIX) */