summaryrefslogtreecommitdiff
path: root/irc/party/files
diff options
context:
space:
mode:
Diffstat (limited to 'irc/party/files')
-rw-r--r--irc/party/files/patch-aa12
-rw-r--r--irc/party/files/patch-ab14
-rw-r--r--irc/party/files/patch-ac11
3 files changed, 0 insertions, 37 deletions
diff --git a/irc/party/files/patch-aa b/irc/party/files/patch-aa
deleted file mode 100644
index 59702be3f837..000000000000
--- a/irc/party/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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();
diff --git a/irc/party/files/patch-ab b/irc/party/files/patch-ab
deleted file mode 100644
index 0549e3418b44..000000000000
--- a/irc/party/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig Thu Aug 22 23:19:41 2002
-+++ Makefile Thu Aug 22 23:19:48 2002
-@@ -1,9 +1,9 @@
- # M-Net Settings. M-Net runs BSDI Unix
--CC= cc
-+CC?= gcc
- DEFAULTS = \
- -DBSD \
- -DSUID
--CFLAGS = $(DEFAULTS)
-+CFLAGS += $(DEFAULTS)
- LIBS= -ltermcap
-
- # Grex Settings. Grex runs SunOS Unix
diff --git a/irc/party/files/patch-ac b/irc/party/files/patch-ac
deleted file mode 100644
index ee8a7c887d04..000000000000
--- a/irc/party/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- proc.c.orig Thu Aug 22 23:22:19 2002
-+++ proc.c Thu Aug 22 23:22:31 2002
-@@ -50,7 +50,7 @@
- /* If a filter is running, and it is different, kill it */
- if (out_fd != 1)
- {
-- if (!strncmp(ofilter,opt[OPT_FILTER].str))
-+ if (!strncmp(ofilter,opt[OPT_FILTER].str, BFSZ))
- return(0);
- else
- stop_filter();