aboutsummaryrefslogtreecommitdiff
path: root/net/tinyfugue/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/tinyfugue/files')
-rw-r--r--net/tinyfugue/files/patch-ab14
-rw-r--r--net/tinyfugue/files/patch-ac31
2 files changed, 45 insertions, 0 deletions
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 <errno.h>
+ #include <ctype.h>
+-#ifdef SYS_SELECT_H
++/*#ifdef SYS_SELECT_H
+ # include <sys/select.h>
+-#endif
++#endif*/
+ #include <sys/types.h>
+ #include <sys/time.h> /* for struct timeval, in select() */
+ #define SYS_TIME_H /* to prevent <time.h> in "port.h" */
diff --git a/net/tinyfugue/files/patch-ac b/net/tinyfugue/files/patch-ac
new file mode 100644
index 000000000000..e6f1524ca5f2
--- /dev/null
+++ b/net/tinyfugue/files/patch-ac
@@ -0,0 +1,31 @@
+--- tfconfig.old Fri Mar 22 19:03:14 1996
++++ unix/tfconfig Fri Mar 22 19:02:34 1996
+@@ -225,17 +225,17 @@
+ echo
+
+ echo 'To change these locations type "n" now and edit the unix/Config file.'
+-while [ -z "$ans" ]; do
+- echo 'Continue? (y/n)'
+- read ans;
+- case "$ans" in
+- y|Y) break ;;
+- n|N) exit 1 ;;
+- *) ans=
+- echo 'Please answer "y" or "n".'
+- ;;
+- esac
+-done
++# while [ -z "$ans" ]; do
++# echo 'Continue? (y/n)'
++# read ans;
++# case "$ans" in
++# y|Y) break ;;
++# n|N) exit 1 ;;
++# *) ans=
++# echo 'Please answer "y" or "n".'
++# ;;
++# esac
++# done
+ echo; echo
+
+ echo "#define LIBDIR \"${LIBDIR}\"" >&4