summaryrefslogtreecommitdiff
path: root/irc/party/files/patch-party.h
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-16 07:52:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-16 07:52:01 +0000
commit8581351dbd1add501dd8e5675a33303c1beca8f4 (patch)
tree1222d50931a173ff2407544d5585afe446e10105 /irc/party/files/patch-party.h
parentRemoved empty file. (diff)
- Unbreak this port on -current
- Maintainer informed PR: 58093 Submitted by: Michael Edenfield <kutulu@kutulu.org>
Notes
Notes: svn path=/head/; revision=91405
Diffstat (limited to '')
-rw-r--r--irc/party/files/patch-party.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/party/files/patch-party.h b/irc/party/files/patch-party.h
new file mode 100644
index 000000000000..df57a217a2a6
--- /dev/null
+++ b/irc/party/files/patch-party.h
@@ -0,0 +1,11 @@
+--- party.h.orig Wed Oct 15 18:31:34 2003
++++ party.h Wed Oct 15 18:31:58 2003
+@@ -464,7 +464,7 @@
+ #ifdef BSD
+ int susp();
+ #endif /*BSD*/
+-vint err(), db();
++vint err(char *, ...), db(char *, ...);
+ char *getlogin(), *malloc(), *ctime(), *fgets(), *getenv();
+ char *chn_file_name(), *getline();
+ char *strchr(), *strpbrk(), *strrchr(), *strstr();