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.4 by greg, Tue Feb 25 02:47:22 2003 UTC

# 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();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines