aboutsummaryrefslogtreecommitdiff
path: root/vietnamese/vnelvis/files/patch-09
diff options
context:
space:
mode:
Diffstat (limited to 'vietnamese/vnelvis/files/patch-09')
-rw-r--r--vietnamese/vnelvis/files/patch-0924
1 files changed, 24 insertions, 0 deletions
diff --git a/vietnamese/vnelvis/files/patch-09 b/vietnamese/vnelvis/files/patch-09
new file mode 100644
index 000000000000..bb20524098fb
--- /dev/null
+++ b/vietnamese/vnelvis/files/patch-09
@@ -0,0 +1,24 @@
+--- tio.c.orig Mon Apr 6 15:30:53 1992
++++ tio.c Wed Dec 4 23:59:12 1996
+@@ -369,10 +369,20 @@
+ #if !MSDOS && !TOS
+ # if BSD || COHERENT
+ static jmp_buf env_timeout;
+-static int dummy()
++static
++# if (BSD >= 199306)
++void
++# else
++int
++# endif
++dummy()
+ {
+ longjmp(env_timeout, 1);
++# if (BSD >= 199306)
++ return;
++# else
+ return 0;
++# endif
+ }
+ # else
+ static int dummy()