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-06
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

15 lines
335 B
Plaintext

--- blk.c.orig Wed Dec 5 08:50:47 1990
+++ blk.c Wed Dec 4 23:35:36 1996
@@ -19,7 +19,11 @@
# define NBUFS 5 /* must be at least 3 -- more is better */
#endif
+#if BSD && (BSD >= 199306)
+# include <unistd.h>
+#else
extern long lseek();
+#endif
/*------------------------------------------------------------------------*/