martin 99/03/11 01:57:36
Modified: src/os/bs2000 os.h
Log:
Fix prototype for changed os_fork() function
Revision Changes Path
1.16 +1 -1 apache-1.3/src/os/bs2000/os.h
Index: os.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/os/bs2000/os.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- os.h 1999/01/08 23:46:43 1.15
+++ os.h 1999/03/11 09:57:36 1.16
@@ -37,6 +37,6 @@
* to use request_rec here... */
struct request_rec;
extern int ap_checkconv(struct request_rec *r);
-extern pid_t os_fork(void);
+extern pid_t os_fork(const char *user);
#endif /*! APACHE_OS_H*/