summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-04-24 02:21:45 +0000
committerasami <asami@FreeBSD.org>1997-04-24 02:21:45 +0000
commit022f715196cbe003d2791a9c212f2a88994b2e0a (patch)
tree3c815ba611cbd23cbed37973f55a8a3c6e5e85ae /chinese
parent52bfbe6717cfc88a824b7a396ff34a6a122f8692 (diff)
downloadFreeBSD-ports-022f715196cbe003d2791a9c212f2a88994b2e0a.zip
FreeBSD-ports-022f715196cbe003d2791a9c212f2a88994b2e0a.tar.gz
#include <sys/types.h> before <dirent.h>.
Diffstat (limited to 'chinese')
-rw-r--r--chinese/cxterm/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/chinese/cxterm/files/patch-ad b/chinese/cxterm/files/patch-ad
new file mode 100644
index 0000000..e93b986
--- /dev/null
+++ b/chinese/cxterm/files/patch-ad
@@ -0,0 +1,10 @@
+--- ./cxterm/HZutil.c.org Tue Jan 17 02:57:30 1995
++++ ./cxterm/HZutil.c Wed Apr 23 03:44:24 1997
+@@ -153,6 +153,7 @@
+ {
+
+ #if !defined(X_NOT_POSIX) || defined(SYSV) || defined(USG)
++# include <sys/types.h>
+ # include <dirent.h>
+ #else
+ # include <sys/dir.h>
OpenPOWER on IntegriCloud