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
Jun Kuriyama 8a718aa12c Japanese Morphological Analysis System
Submitted by:	Jun Kuriyama <kuriyama@FreeBSD.ORG>
1998-10-21 22:09:44 +00:00

19 lines
343 B
Plaintext

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