ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
Development
/
ray
/
src
/
common
/
vfork.h
Revision:
2.4
Committed:
Tue Feb 25 02:47:22 2003 UTC
(22 years, 10 months ago) by
greg
Content type:
text/plain
Branch:
MAIN
CVS Tags:
rad3R5
Changes since
2.3
:
+2 -57 lines
Log Message:
Replaced inline copyright notice with #include "copyright.h"
File Contents
#
Content
1
/* RCSid $Id$ */
2
/*
3
* Header for routines using vfork() system call.
4
*/
5
6
#include "copyright.h"
7
8
9
#if !defined(BSD) || defined(sparc)
10
11
#define vfork fork
12
13
#endif
14
15
extern int vfork();