# | Line 1 | Line 1 | |
---|---|---|
1 | < | /* Copyright (c) 1992 Regents of the University of California */ |
2 | < | |
3 | < | /* SCCSid "$SunId$ LBL" */ |
4 | < | |
1 | > | /* RCSid $Id$ */ |
2 | /* | |
3 | * Header for routines using vfork() system call. | |
4 | */ | |
5 | ||
6 | < | #ifdef BSD |
6 | > | #include "copyright.h" |
7 | ||
11 | – | #ifdef sparc |
12 | – | #include "/usr/include/vfork.h" |
13 | – | #else |
14 | – | extern int vfork(); |
15 | – | #endif |
8 | ||
9 | < | #else |
9 | > | #if !defined(BSD) || defined(sparc) |
10 | ||
19 | – | extern int fork(); |
20 | – | |
11 | #define vfork fork | |
12 | ||
13 | #endif | |
14 | + | |
15 | + | extern int vfork(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |