diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-24 02:21:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-24 02:21:45 +0000 |
commit | a2233f9a1297fab09f707e2ae86f07dca87f6738 (patch) | |
tree | 9abbc5b9cbac0c512df727be30db087811b6e806 /chinese/cxterm | |
parent | 47cdcb2bd306f383d8752fb3ef09cd1146d4b76b (diff) | |
download | ports-a2233f9a1297fab09f707e2ae86f07dca87f6738.tar.gz ports-a2233f9a1297fab09f707e2ae86f07dca87f6738.zip |
Notes
Diffstat (limited to 'chinese/cxterm')
-rw-r--r-- | chinese/cxterm/files/patch-ad | 10 |
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 000000000000..e93b98641461 --- /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> |