diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-09-20 02:22:39 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-09-20 02:22:39 +0000 |
| commit | 519f9f2da83473bcc33c368fd9db1f886ecd7991 (patch) | |
| tree | 2e8e8ab95009d9a2a00c469ad989219bb4bbfdfb /net/rmsg/files/patch-ad | |
| parent | Use time_t instead of long when call time functions. Also add '-lio' (diff) | |
time(3) returns a time_t and not a long.
Notes
Notes:
svn path=/head/; revision=21808
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 04fc20e31f2f..023cb649b00f 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 **** } |
