summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ufs/dir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ufs/dir.h b/ufs/dir.h
index 2b1e3469..e37b1e9c 100644
--- a/ufs/dir.h
+++ b/ufs/dir.h
@@ -70,6 +70,7 @@
* dp->d_ino set to 0.
*/
#define DIRBLKSIZ DEV_BSIZE
+#undef MAXNAMLEN
#define MAXNAMLEN 255
/* Don't call this struct DIRECT because the library defines that