diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 01:28:02 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 01:28:02 +0800 |
commit | 3609534ea17d1b2ea3058988368734aba7ab7c3b (patch) | |
tree | cc3b54f3b52912fb67f8509230dc7e4e48e25fbf /irc/party/files | |
parent | 36e49158ca84842398113769eaad686c6e7099c6 (diff) | |
download | freebsd-ports-gnome-3609534ea17d1b2ea3058988368734aba7ab7c3b.tar.gz freebsd-ports-gnome-3609534ea17d1b2ea3058988368734aba7ab7c3b.tar.zst freebsd-ports-gnome-3609534ea17d1b2ea3058988368734aba7ab7c3b.zip |
time(3) returns a time_t and not a long.
Diffstat (limited to 'irc/party/files')
-rw-r--r-- | irc/party/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/irc/party/files/patch-aa b/irc/party/files/patch-aa new file mode 100644 index 000000000000..59702be3f837 --- /dev/null +++ b/irc/party/files/patch-aa @@ -0,0 +1,12 @@ +--- party.h.orig Thu Jan 27 21:04:32 2000 ++++ party.h Thu Jan 27 21:05:01 2000 +@@ -470,7 +470,8 @@ + struct passwd *getpwnam(), *getpwuid(); + struct chnname *who_clist(), *addchn(); + char *leafname(); +-long time(), backup(); ++long backup(); ++time_t time(); + vint (*oldsigpipe)(); + vint (*(signal()))(); + FILE *upopen(); |