diff options
Diffstat (limited to 'sys/sys/stat.h')
-rw-r--r-- | sys/sys/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h index ba4f4d4..ec6efae 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -306,7 +306,7 @@ int fchmodat(int, const char *, mode_t, int); #endif int fstat(int, struct stat *); #if __BSD_VISIBLE -int lchflags(const char *, int); +int lchflags(const char *, unsigned long); int lchmod(const char *, mode_t); #endif #if __POSIX_VISIBLE >= 200112 |