diff options
Diffstat (limited to 'irc/party/files/patch-party.h')
-rw-r--r-- | irc/party/files/patch-party.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/irc/party/files/patch-party.h b/irc/party/files/patch-party.h deleted file mode 100644 index 82a3d5f0ada8..000000000000 --- a/irc/party/files/patch-party.h +++ /dev/null @@ -1,20 +0,0 @@ ---- party.h.orig Wed Oct 15 18:31:34 2003 -+++ party.h Wed Oct 15 18:31:58 2003 -@@ -225,7 +225,7 @@ - - #ifdef BSD - #define L_FLOCK /* Use flock() to lock files */ --#if defined(bsdi) || defined(linux) -+#if defined(bsdi) || defined(linux) || defined(__FreeBSD__) - #define F_TERMIOS /* Use tcsetattr() to set modes */ - #else - #define F_STTY /* Use stty() to set modes */ -@@ -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(); |