1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/vietnamese/vnelvis/files/patch-09

25 lines
386 B
Plaintext
Raw Normal View History

--- 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()