mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Remove usage of sgtty.h
PR: 110356 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer timeout
This commit is contained in:
parent
e63bd8efec
commit
864e18d240
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189609
18
irc/blackened/files/patch-ircflush.c
Normal file
18
irc/blackened/files/patch-ircflush.c
Normal file
@ -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 */
|
Loading…
Reference in New Issue
Block a user