blob: 10afd57e634a0fad2e19fceec1c1c13f5f288433 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- config.X.orig Wed Jul 25 23:51:45 2001
+++ config.X Thu Mar 25 19:54:53 2004
@@ -168,9 +168,11 @@
#include <sys/param.h>
#include <sys/types.h>
-#ifndef USG
-#include <sys/dir.h>
-#endif /* USG */
+
+/* Support MAXNAMLEN greater than 14 on FreeBSD; this is not in
+ * sys/param.h for obvious reasons.
+ */
+#include <dirent.h>
/*
** Things that normally go in a Makefile. Define these just like you
|