summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/bits/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/dirent.h')
-rw-r--r--libc/sysdeps/linux/powerpc/bits/dirent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/dirent.h b/libc/sysdeps/linux/powerpc/bits/dirent.h
index 81562a8c4..a2936a7c5 100644
--- a/libc/sysdeps/linux/powerpc/bits/dirent.h
+++ b/libc/sysdeps/linux/powerpc/bits/dirent.h
@@ -40,6 +40,7 @@ struct dirent
__off64_t d_off;
#endif
unsigned short int d_reclen;
+ //unsigned char d_type;
char d_name[256]; /* We must not include limits.h! */
};
@@ -49,7 +50,7 @@ struct dirent64
__ino64_t d_ino;
__off64_t d_off;
unsigned short int d_reclen;
- unsigned char d_type;
+ //unsigned char d_type;
char d_name[256]; /* We must not include limits.h! */
};
#endif