aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-09-03 13:23:32 +0800
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-09-03 13:23:32 +0800
commit3c213636b3efb02ff65c49691e07805cca93b237 (patch)
tree5a3207bb047c0d99732ad664944907a408bc3440 /x11
parent24c2ad2948eb78673976a3504ea50000dc6b0b49 (diff)
downloadfreebsd-ports-3c213636b3efb02ff65c49691e07805cca93b237.tar.gz
freebsd-ports-3c213636b3efb02ff65c49691e07805cca93b237.tar.zst
freebsd-ports-3c213636b3efb02ff65c49691e07805cca93b237.zip
Patch to make freq/dirlist.c compile on -current.
Notes
Notes: svn path=/head/; revision=7760
Diffstat (limited to 'x11')
-rw-r--r--x11/libsx/files/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/libsx/files/patch-ab b/x11/libsx/files/patch-ab
new file mode 100644
index 000000000000..d297c2dedb32
--- /dev/null
+++ b/x11/libsx/files/patch-ab
@@ -0,0 +1,10 @@
+--- freq/dirlist.c.orig Tue Feb 15 00:25:28 1994
++++ freq/dirlist.c Wed Sep 3 14:11:59 1997
+@@ -25,6 +25,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <sys/types.h>
+ #include <dirent.h>
+ #include <sys/param.h>
+ #include <sys/stat.h>