mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
--- util/transname.c.orig Fri Apr 16 00:02:36 1999
|
|
+++ util/transname.c Fri Apr 16 00:02:38 1999
|
|
@@ -1,5 +1,5 @@
|
|
#include <sys/types.h>
|
|
-#include <sys/dir.h>
|
|
+#include <dirent.h>
|
|
|
|
char *strncpy();
|
|
|