freebsd-ports/japanese/xvi-euc/files/patch-unix.h
Akinori MUSHA 232f49c7dd Add japanese/xvi-euc, a portable multi-window `vi', handles japanese
EUC.

PR:		ports/41422 (with various style fixes)
Submitted by:	KIMURA Shigekazu <zau50357@lion.zero.ad.jp>
2002-08-27 05:38:29 +00:00

11 lines
318 B
C

--- unix.h.OLD Tue Aug 6 08:18:17 2002
+++ unix.h Tue Aug 6 08:20:03 2002
@@ -119,7 +119,7 @@
*/
#if defined(BSD) || defined(BSD386) /* ken */
# include <sys/param.h>
-# include <sys/dir.h>
+# include <sys/dirent.h>
# include <sys/file.h> /* get W_OK define for access() */
#else /* not BSD */
/*