mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b93ba8e95c
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.
15 lines
335 B
Plaintext
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
|
|
|
|
/*------------------------------------------------------------------------*/
|
|
|