diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/rmsg/files/patch-ad | 21 | ||||
-rw-r--r-- | net/rmsg/files/patch-ae | 11 |
2 files changed, 30 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 **** } diff --git a/net/rmsg/files/patch-ae b/net/rmsg/files/patch-ae new file mode 100644 index 0000000..e858dba --- /dev/null +++ b/net/rmsg/files/patch-ae @@ -0,0 +1,11 @@ +--- misc.c.orig Sun Sep 19 16:48:00 1999 ++++ misc.c Sun Sep 19 16:48:12 1999 +@@ -24,7 +24,7 @@ + #include "rmsgprot.h" + + char *append(), *ctime(), *malloc(), *strcpy(); +-long time(); ++time_t time(); + + char *basename(x) + char *x; |