1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/chinese/celvis/files/patch-ae
1996-09-23 01:50:33 +00:00

13 lines
372 B
Plaintext

--- recycle.c.orig Tue Nov 6 11:53:56 1990
+++ recycle.c Thu Aug 15 04:51:43 1996
@@ -18,7 +18,9 @@
#ifndef NO_RECYCLE
/* this whole file would have be skipped if NO_RECYCLE is defined */
+#if !(defined(BSD) && (BSD >= 199103))
extern long lseek();
+#endif
#define BTST(bitno, byte) ((byte) & (1 << (bitno)))
#define BSET(bitno, byte) ((byte) |= (1 << (bitno)))