ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
Development
/
ray
/
src
/
common
/
process.c
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing ray/src/common/process.c (file contents):
Revision
2.1
by
greg
, Tue Nov 12 16:56:02 1991 UTC vs.
Revision
2.2
by
greg
, Thu Mar 19 09:32:02 1992 UTC
#
Line 23
|
Line 23
|
static char SCCSid[] = "$SunId$ LBL";
23
#endif
24
#endif
25
26
<
#ifndef BSD
27
<
#define vfork fork
28
<
#endif
26
>
#include "vfork.h"
27
28
29
int
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines (old)
>
Changed lines (new)