Correct the prototype for the faccessat().

Reported by:	ru
This commit is contained in:
Konstantin Belousov 2008-04-01 10:49:06 +00:00
parent 3f9c55c7db
commit 914c696304
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177830

View file

@ -561,7 +561,7 @@ extern int optreset; /* getopt(3) external variable */
#endif /* __BSD_VISIBLE */
#if __BSD_VISIBLE
int faccessat(int, const char *, int);
int faccessat(int, const char *, int, int);
int fchmodat(int, const char *, mode_t, int);
int fchownat(int, const char *, uid_t, gid_t, int);
int fexecve(int, char *const [], char *const []);