diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-14 07:38:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-14 07:38:16 +0000 |
commit | d97a5212324581ab5555cebe9e2abd23da6fa9c1 (patch) | |
tree | 62bb1d60257f4aaede39616e66a1b01b3da4f957 /libc/sysdeps/linux | |
parent | 5a13dcba58b0f6fc9d627bf3f982d8fbec9c1be4 (diff) |
Turn off dtype
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/m68k/bits/dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/bits/dirent.h b/libc/sysdeps/linux/m68k/bits/dirent.h index d11add0ad..bde9fa744 100644 --- a/libc/sysdeps/linux/m68k/bits/dirent.h +++ b/libc/sysdeps/linux/m68k/bits/dirent.h @@ -50,4 +50,4 @@ struct dirent64 #undef _DIRENT_HAVE_D_NAMLEN #define _DIRENT_HAVE_D_RECLEN #define _DIRENT_HAVE_D_OFF -#define _DIRENT_HAVE_D_TYPE +#undef _DIRENT_HAVE_D_TYPE |