=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/dirent.h,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/include/dirent.h 2012/11/29 02:15:44 1.29 --- src/include/dirent.h 2013/03/24 17:46:58 1.30 *************** *** 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 $ */ /*- --- 1,4 ---- ! /* $OpenBSD: dirent.h,v 1.30 2013/03/24 17:46:58 deraadt Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- *************** *** 73,79 **** #endif /* __BSD_VISIBLE */ - #ifndef _KERNEL __BEGIN_DECLS DIR *opendir(const char *); #if __POSIX_VISIBLE >= 200809 --- 73,78 ---- *************** *** 107,113 **** int dirfd(DIR *); #endif __END_DECLS - - #endif /* !_KERNEL */ #endif /* !_DIRENT_H_ */ --- 106,110 ----