blob: b3cd654bbb4113138d91464907a80e1eee32e4d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Adding the following patch to the files/ directory removes the unneeded
inclusion.
--- source/ircflush.c Fri Jan 6 16:16:45 1995
+++ source/ircflush.c Mon Jun 4 09:38:12 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 */
|