From eea8ca989f4d0d9c2a0a545519ebfd4fef44565e Mon Sep 17 00:00:00 2001 From: zhuk <> Date: Fri, 13 Dec 2013 18:09:27 +0000 Subject: [PATCH] Zap some getdirentries() leftovers. okay guenther@ --- src/include/dirent.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/include/dirent.h b/src/include/dirent.h index d7a7afd8..cb0cab98 100644 --- a/src/include/dirent.h +++ b/src/include/dirent.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dirent.h,v 1.32 2013/08/16 08:33:20 guenther Exp $ */ +/* $OpenBSD: dirent.h,v 1.33 2013/12/13 18:09:27 zhuk Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- @@ -86,8 +86,6 @@ int closedir(DIR *); #if __BSD_VISIBLE int getdents(int, void *, size_t) __attribute__ ((__bounded__(__string__,2,3))); -int getdirentries(int, char *, int, off_t *) - __attribute__ ((__bounded__(__string__,2,3))); #endif /* __BSD_VISIBLE */ #if __XPG_VISIBLE long telldir(DIR *);