| version 1.101, Sat Feb 1 14:28:07 2003 UTC | version 1.102, Mon Feb 17 22:42:09 2003 UTC | ||
|---|---|---|---|
|
|
||
| #include <fcntl.h> | #include <fcntl.h> | ||
| #include <assert.h> | #include <assert.h> | ||
| #include <stdlib.h> | #include <stdlib.h> | ||
| #include <signal.h> | |||
| #ifndef STANDALONE | #ifndef STANDALONE | ||
| #if HAVE_SYS_MMAN_H | #if HAVE_SYS_MMAN_H | ||
| #include <sys/mman.h> | #include <sys/mman.h> | ||
|
|
||
| *p2 = *p1; | *p2 = *p1; | ||
| *p2='\0'; | *p2='\0'; | ||
| retvalue = go_forth(image, 4, environ); | retvalue = go_forth(image, 4, environ); | ||
| #ifdef SIGPIPE | |||
| bsd_signal(SIGPIPE, SIG_IGN); | |||
| #endif | |||
| #ifdef VM_PROFILING | #ifdef VM_PROFILING | ||
| vm_print_profile(stderr); | vm_print_profile(stderr); | ||
| #endif | #endif |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |