1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/nethack32/files/patch-ab

13 lines
362 B
Plaintext

--- ./include/system.h.org Mon Apr 5 08:54:19 1993
+++ ./include/system.h Fri Dec 9 23:41:34 1994
@@ -131,7 +131,9 @@
E int FDECL(write, (int,char *,int));
E int FDECL(link, (const char *, const char*));
#else
+#ifndef __FreeBSD__
E long FDECL(lseek, (int,long,int));
+#endif
# ifdef POSIX_TYPES
E int FDECL(write, (int, const void *,unsigned));
# else