diff options
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dirent.h b/include/dirent.h index 012e8006073..45392a7d20c 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dirent.h,v 1.7 2002/02/16 21:27:17 millert Exp $ */ +/* $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,8 +104,8 @@ int closedir(DIR *); 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 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 */ |