ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/vfork.h
(Generate patch)

Comparing ray/src/common/vfork.h (file contents):
Revision 2.1 by greg, Thu Mar 19 09:31:04 1992 UTC vs.
Revision 2.2 by greg, Wed Jan 12 16:05:10 1994 UTC

# Line 6 | Line 6
6   * Header for routines using vfork() system call.
7   */
8  
9 #ifdef BSD
9  
10 < #ifdef sparc
12 < #include "/usr/include/vfork.h"
13 < #else
14 < extern int      vfork();
15 < #endif
10 > #if !defined(BSD) || defined(sparc)
11  
17 #else
18
19 extern int      fork();
20
12   #define vfork   fork
13  
14   #endif
15 +
16 + extern int      vfork();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines