1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/japanese/chasen/files/patch-ab

19 lines
343 B
Plaintext
Raw Normal View History

--- lib/pat.h~ Tue May 27 06:12:58 1997
+++ lib/pat.h Thu Oct 22 00:58:38 1998
@@ -14,6 +14,7 @@
#define OL(x) /* */
#endif
+#include <sys/types.h>
#ifndef NO_MMAP
#ifdef _WIN32
#define ONMEM_DIC
@@ -21,7 +22,6 @@
#include <sys/mman.h>
#endif
#endif /* !NO_MMAP */
-#include <sys/types.h>
#include <sys/stat.h>
#ifdef ONMEM_DIC