Browse Source

Zap some getdirentries() leftovers.

okay guenther@
OPENBSD_5_5
zhuk 10 years ago
parent
commit
eea8ca989f
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/include/dirent.h

+ 1
- 3
src/include/dirent.h View File

@ -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 *);


Loading…
Cancel
Save