summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-04 20:55:48 +0000
committerRoland McGrath <roland@gnu.org>2002-10-04 20:55:48 +0000
commitec3a32d2c5c6b18b62bdd46b979d8f5fcc85a979 (patch)
treed23fbcf7a6c1e60d42968612f548f3376c43f476 /ufs
parent60633629aa82a00a996f7ffcc17f2e385d33a71e (diff)
2002-10-03 Roland McGrath <roland@frob.com>
* dir.h (MAXNAMLEN): #undef before defining.
Diffstat (limited to 'ufs')
-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