1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- don't make it include sgtty.h

PR:		113328
Submitted by:	Ed Schouten <ed@fxq.nl>
This commit is contained in:
Martin Wilke 2007-06-06 17:29:40 +00:00
parent 9863ab869a
commit 036fa935c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192941

View File

@ -0,0 +1,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 */