diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-26 17:04:54 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-26 17:04:54 +0400 |
commit | 57645fd1da62f75047b120cd9562b5e5aa1a8342 (patch) | |
tree | a7a786d7ae0dab8dd5260ac424822e067a6baa42 /sysdeps/unix/sysv/solaris2/kopensolaris-gnu/getdents.c | |
parent | 1cf0051c73c5db75d0d0a7aabbe5db5152140995 (diff) | |
download | glibc-57645fd1da62f75047b120cd9562b5e5aa1a8342.tar.gz |
Fix typos in getdents
WTF?
Diffstat (limited to 'sysdeps/unix/sysv/solaris2/kopensolaris-gnu/getdents.c')
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/getdents.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/getdents.c b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/getdents.c index 73c8b5e5bd..3f67b00cdb 100644 --- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/getdents.c +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/getdents.c @@ -17,7 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <sys/types,h> +#include <sys/types.h> #define __KERNEL_DIRENT struct kernel_dirent @@ -27,6 +27,5 @@ struct kernel_dirent unsigned short d_reclen; char d_name[1]; }; -#endif #include <sysdeps/unix/sysv/linux/getdents.c> |