*** empty log message ***

From-SVN: r409
This commit is contained in:
Richard Stallman 1992-03-07 06:54:28 +00:00
parent 135461d960
commit eb76eb5a80
1 changed files with 3 additions and 4 deletions

View File

@ -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) */