Loading os/bs2000/bs2login.c +10 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,16 @@ typedef enum static bs2_ForkType forktype = bs2_unknown; #if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) typedef struct { char *username; char *account; char *processor_name; } _rini_struct; extern int _rini(_rini_struct *); #endif /* !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) */ static void ap_pad(char *dest, size_t size, char ch) { Loading os/bs2000/os.h +0 −10 Original line number Diff line number Diff line Loading @@ -86,16 +86,6 @@ extern int ap_os_is_path_absolute(const char *file); /* Other ap_os_ routines not used by this platform */ #if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) typedef struct { char *username; char *account; char *processor_name; } _rini_struct; extern int _rini(_rini_struct *); #endif /* !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) */ extern pid_t os_fork(const char *user); #endif /*! APACHE_OS_H*/ Loading
os/bs2000/bs2login.c +10 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,16 @@ typedef enum static bs2_ForkType forktype = bs2_unknown; #if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) typedef struct { char *username; char *account; char *processor_name; } _rini_struct; extern int _rini(_rini_struct *); #endif /* !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) */ static void ap_pad(char *dest, size_t size, char ch) { Loading
os/bs2000/os.h +0 −10 Original line number Diff line number Diff line Loading @@ -86,16 +86,6 @@ extern int ap_os_is_path_absolute(const char *file); /* Other ap_os_ routines not used by this platform */ #if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) typedef struct { char *username; char *account; char *processor_name; } _rini_struct; extern int _rini(_rini_struct *); #endif /* !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) */ extern pid_t os_fork(const char *user); #endif /*! APACHE_OS_H*/