Commit eb76eb5a by Richard Stallman

*** empty log message ***

From-SVN: r409
parent 135461d9
...@@ -198,12 +198,11 @@ extern int strncmp (); ...@@ -198,12 +198,11 @@ extern int strncmp ();
extern char * strncpy (); extern char * strncpy ();
extern char * strrchr (); extern char * strrchr ();
/* Fork is not declared because the declaration caused a conflict
on the HPPA. */
#if !(defined (USG) || defined (VMS)) #if !(defined (USG) || defined (VMS))
extern int vfork ();
#define fork vfork #define fork vfork
#else #endif /* (defined (USG) || defined (VMS)) */
extern int fork ();
#endif /* !(defined (USG) || defined (VMS)) */
#endif /* !defined (POSIX) */ #endif /* !defined (POSIX) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment