get rid of leftover _DIRENT_NAME_LEN=61

This commit is contained in:
Ben Gras
2011-09-01 16:27:28 +00:00
parent a7590083f1
commit 86b5fa5102
4 changed files with 2 additions and 9 deletions

View File

@@ -21,11 +21,6 @@ struct dirent { /* Largest entry (8 slots) */
#define d_fileno d_ino
#endif
#define _DIRENT_NAME_LEN 61 /* Backward compatibility with Minix. */
#if defined(_NETBSD_SOURCE)
#define MAXNAMLEN _DIRENT_NAME_LEN
#endif
/*
* The _DIRENT_ALIGN macro returns the alignment of struct dirent. It