=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/dirent.h,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/include/dirent.h 2012/03/24 01:53:51 1.28 --- src/include/dirent.h 2012/11/29 02:15:44 1.29 *************** *** 1,4 **** ! /* $OpenBSD: dirent.h,v 1.28 2012/03/24 01:53:51 guenther Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: dirent.h,v 1.29 2012/11/29 02:15:44 guenther Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- *************** *** 95,101 **** struct dirent **__restrict); #endif #if __POSIX_VISIBLE >= 200809 ! int scandir(const char *, struct dirent ***, int (*)(struct dirent *), int (*)(const struct dirent **, const struct dirent **)); int alphasort(const struct dirent **, const struct dirent **); #elif __BSD_VISIBLE --- 95,101 ---- struct dirent **__restrict); #endif #if __POSIX_VISIBLE >= 200809 ! int scandir(const char *, struct dirent ***, int (*)(const struct dirent *), int (*)(const struct dirent **, const struct dirent **)); int alphasort(const struct dirent **, const struct dirent **); #elif __BSD_VISIBLE