K 10 svn:author V 5 peter K 8 svn:date V 27 2003-10-26T04:43:02.000000Z K 7 svn:log V 192 Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, then d_namlen can never be > NAME_MAX. Stop gcc worrying about this by using a preprocessor test to see if NAME_MAX changes. END