freebsd-ports/irc/blackened/files/patch-ircflush.c
Martin Wilke 864e18d240 Remove usage of sgtty.h
PR:		110356
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	maintainer timeout
2007-04-09 21:05:35 +00:00

18 lines
394 B
C

--- 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 */