15 lines
339 B
Text
15 lines
339 B
Text
$NetBSD: patch-ac,v 1.2 2006/08/30 15:22:15 rillig Exp $
|
|
|
|
--- util/transname.c.orig 2006-08-30 17:17:45.574356868 +0200
|
|
+++ util/transname.c 2006-08-30 17:19:54.708419336 +0200
|
|
@@ -1,5 +1,10 @@
|
|
#include <sys/types.h>
|
|
+#if defined(__sun)
|
|
+#include <dirent.h>
|
|
+#else
|
|
#include <sys/dir.h>
|
|
+#endif
|
|
+#include <limits.h>
|
|
|
|
char *strncpy();
|
|
|