aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-09 21:05:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-09 21:05:35 +0000
commit864e18d2403e6e9dbadf0b139c02a2043e3cccff (patch)
treeac0c5ca0d066844285852c013dd53fa62d184d29 /irc
parente63bd8efec6a77c1134cfc79961f9ecd03c65812 (diff)
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/blackened/files/patch-ircflush.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/irc/blackened/files/patch-ircflush.c b/irc/blackened/files/patch-ircflush.c
new file mode 100644
index 000000000000..e45811982ede
--- /dev/null
+++ b/irc/blackened/files/patch-ircflush.c
@@ -0,0 +1,18 @@
+--- source/ircflush.c Sun Dec 9 04:35:25 2001
++++ source/ircflush.c Thu Mar 15 21:57:14 2007
+@@ -12,15 +12,6 @@
+ #include "irc.h"
+ #include <sys/wait.h>
+
+-#ifndef __linux__
+-# ifdef __svr4__
+-# include <sys/termios.h>
+-# else
+-# include <sgtty.h> /* SVR4 => sgtty = yuk */
+-# endif /* SOLARIS */
+-#endif /* __linux__ */
+-
+-
+ #define BUFFER_SIZE 1024
+
+ /* descriptors of the tty and pty */