summaryrefslogtreecommitdiff
path: root/x11-fm/tkdesk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-21 06:27:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-21 06:27:52 +0000
commit50f46787fcf5973c239a157f91ccc58d35b4f3c6 (patch)
treeabc76ba78f15daf8269c59ea90965b9f184e6179 /x11-fm/tkdesk
parentShlib version number has changed. (diff)
#include <sys/types.h> for <dirent.h>.
Notes
Notes: svn path=/head/; revision=6264
Diffstat (limited to 'x11-fm/tkdesk')
-rw-r--r--x11-fm/tkdesk/files/patch-aa10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-fm/tkdesk/files/patch-aa b/x11-fm/tkdesk/files/patch-aa
index 395907cb6816..976f8a5a3f15 100644
--- a/x11-fm/tkdesk/files/patch-aa
+++ b/x11-fm/tkdesk/files/patch-aa
@@ -129,6 +129,14 @@ Index: Makefile
uninstall:
Index: libdesk/dsk_ls.c
+@@ -57,6 +57,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
++#include <sys/types.h>
+ #include <dirent.h>
+ #include <time.h> /* for ctime */
+ #include <unistd.h> /* for readlink */
@@ -382,7 +382,7 @@
void write_element (fe)
FILE_ENTRY *fe;
@@ -216,7 +224,7 @@ Index: malloc.c
+ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
+ * ----------------------------------------------------------------------------
+ *
-+ * $Id: malloc.c,v 1.12 1996/09/17 19:50:23 phk Exp $
++ * $Id: patch-aa,v 1.3 1996/11/12 04:54:09 max Exp $
+ *
+ */
+