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
David E. O'Brien b93ba8e95c VNElvis is a clone of vi/ex (the standard UNIX editor) that allows the
displaying and editing of documents in the Vietnamese 8-bit VISCII (VIetnamese
Standard Code for Information Interchange) data format using the 7-bit VIQR
(VIetnamese Quoted Readable) input method.
1996-12-06 12:37:38 +00:00

25 lines
386 B
Plaintext

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