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 | ec3a32d2c5c6b18b62bdd46b979d8f5fcc85a979 (patch) | |
tree | d23fbcf7a6c1e60d42968612f548f3376c43f476 /ufs/dir.h | |
parent | 60633629aa82a00a996f7ffcc17f2e385d33a71e (diff) |
2002-10-03 Roland McGrath <roland@frob.com>
* dir.h (MAXNAMLEN): #undef before defining.
Diffstat (limited to 'ufs/dir.h')
-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 |