diff options
Diffstat (limited to 'net/rmsg/files/patch-ad')
-rw-r--r-- | net/rmsg/files/patch-ad | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/net/rmsg/files/patch-ad b/net/rmsg/files/patch-ad index 04fc20e..023cb64 100644 --- a/net/rmsg/files/patch-ad +++ b/net/rmsg/files/patch-ad @@ -1,5 +1,22 @@ -*** server.c.orig Sat Jun 26 23:23:23 1993 ---- server.c Mon Oct 9 14:23:17 1995 +*** server.c.orig Sat Jun 26 16:23:23 1993 +--- server.c Sun Sep 19 16:48:42 1999 +*************** +*** 66,72 **** + #else + char *malloc(); + #endif +! long time(); + uid_t getuid(); + char *progname; + int debug = 0; +--- 66,72 ---- + #else + char *malloc(); + #endif +! time_t time(); + uid_t getuid(); + char *progname; + int debug = 0; *************** *** 99,118 **** } |