From dfe6305de1705cf4f3572588f351376209b3b90a Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 25 Mar 1996 10:12:10 +0000 Subject: A popular programmable MUD client, with macro support and more. Submitted by: Mike Peck (mike@binghamton.edu) --- net/tinyfugue/files/patch-ab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/tinyfugue/files/patch-ab (limited to 'net/tinyfugue/files/patch-ab') diff --git a/net/tinyfugue/files/patch-ab b/net/tinyfugue/files/patch-ab new file mode 100644 index 000000000000..a7179020dd9d --- /dev/null +++ b/net/tinyfugue/files/patch-ab @@ -0,0 +1,14 @@ +--- tfio.c.old Fri Mar 22 17:40:03 1996 ++++ src/tfio.c Fri Mar 22 17:27:44 1996 +@@ -19,9 +19,9 @@ + #include "config.h" + #include + #include +-#ifdef SYS_SELECT_H ++/*#ifdef SYS_SELECT_H + # include +-#endif ++#endif*/ + #include + #include /* for struct timeval, in select() */ + #define SYS_TIME_H /* to prevent in "port.h" */ -- cgit