=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/dirent.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/include/dirent.h 2002/02/16 21:27:17 1.7 --- src/include/dirent.h 2002/02/17 19:42:21 1.8 *************** *** 1,4 **** ! /* $OpenBSD: dirent.h,v 1.7 2002/02/16 21:27:17 millert Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: dirent.h,v 1.8 2002/02/17 19:42:21 millert Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- *************** *** 104,111 **** DIR *__opendir2(const char *, int); long telldir(const DIR *); void seekdir(DIR *, long); ! int scandir __P((const char *, struct dirent ***, ! int (*)(struct dirent *), int (*)(const void *, const void *))); int alphasort(const void *, const void *); int getdirentries(int, char *, int, long *); #endif /* not POSIX */ --- 104,111 ---- DIR *__opendir2(const char *, int); long telldir(const DIR *); void seekdir(DIR *, long); ! int scandir(const char *, struct dirent ***, ! int (*)(struct dirent *), int (*)(const void *, const void *)); int alphasort(const void *, const void *); int getdirentries(int, char *, int, long *); #endif /* not POSIX */