From 71d3ce15abd822ff64f395f8a06876c847515840 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Oct 2002 20:55:48 +0000 Subject: 2002-10-03 Roland McGrath * dir.h (MAXNAMLEN): #undef before defining. --- ufs/dir.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3