Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,22 @@
$NetBSD: patch-source_ircflush.c,v 1.1 2015/11/07 21:16:36 dholland Exp $
Remove bogus includes.
--- source/ircflush.c~ 1999-07-16 21:21:43.000000000 +0000
+++ source/ircflush.c
@@ -12,15 +12,6 @@ static char rcsid[] = "@(#)$Id: ircflush
#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 */