summaryrefslogtreecommitdiff
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
commit71d3ce15abd822ff64f395f8a06876c847515840 (patch)
tree5e11d87216e5a1ca1455d11cd00d533ab99fb390
parent463e7ede15501a85dcf21d1b06633f8059d6dfea (diff)
2002-10-03 Roland McGrath <roland@frob.com>
* dir.h (MAXNAMLEN): #undef before defining.
-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