freebsd-ports/chinese/ve/files/patch-bbs.h
Chin-San Huang 85c698ac64 - Use termios instead of sgtty.
PR:		ports/119115, ports/122889
Submitted by:	Ed Schouten <ed@80386 dot nl>
2008-05-01 14:08:18 +00:00

17 lines
276 B
C

--- bbs.h.orig 2008-05-01 19:32:07.000000000 +0800
+++ bbs.h 2008-05-01 19:45:36.000000000 +0800
@@ -25,14 +25,6 @@
#include <sys/stat.h>
#include <sys/file.h>
-
-#ifdef LINUX
-#include <bsd/sgtty.h>
-#else
-#include <sgtty.h>
-#endif
-
-
#ifdef SYSV
#ifndef LOCK_EX