diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-28 17:28:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-28 17:28:02 +0000 |
commit | f488fa58728d1ddbf5fc8856affc19046b6846a4 (patch) | |
tree | 7940814a32521227f3b12e7460fced6161a59012 /irc/party | |
parent | 727779dfcaa8165494e33db6bc327613743d2679 (diff) | |
download | ports-f488fa58728d1ddbf5fc8856affc19046b6846a4.tar.gz ports-f488fa58728d1ddbf5fc8856affc19046b6846a4.zip |
Notes
Diffstat (limited to 'irc/party')
-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(); |