diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-04 20:55:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-04 20:55:48 +0000 |
commit | 71d3ce15abd822ff64f395f8a06876c847515840 (patch) | |
tree | 5e11d87216e5a1ca1455d11cd00d533ab99fb390 | |
parent | 463e7ede15501a85dcf21d1b06633f8059d6dfea (diff) |
2002-10-03 Roland McGrath <roland@frob.com>
* dir.h (MAXNAMLEN): #undef before defining.
-rw-r--r-- | ufs/dir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |