mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
#include <sys/types.h> for <dirent.h>.
This commit is contained in:
parent
a47fd845df
commit
50f46787fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6264
@ -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 $
|
||||
+ *
|
||||
+ */
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user