diff options
author | max <max@FreeBSD.org> | 1997-09-03 13:23:32 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-03 13:23:32 +0800 |
commit | 3335b2687cdf87e231aad79f4baf4260db3495e5 (patch) | |
tree | aeb7fd53d9db933a6bce00105e2942d70638603a /x11 | |
parent | d2b0ce37526dc2bce50f3b5e16226126a9b73523 (diff) | |
download | freebsd-ports-gnome-3335b2687cdf87e231aad79f4baf4260db3495e5.tar.gz freebsd-ports-gnome-3335b2687cdf87e231aad79f4baf4260db3495e5.tar.zst freebsd-ports-gnome-3335b2687cdf87e231aad79f4baf4260db3495e5.zip |
Patch to make freq/dirlist.c compile on -current.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libsx/files/patch-ab | 10 |
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> |