diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/archlinux/man2/chown.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/upstream/archlinux/man2/chown.2 b/upstream/archlinux/man2/chown.2 index 5c138533..1da7218a 100644 --- a/upstream/archlinux/man2/chown.2 +++ b/upstream/archlinux/man2/chown.2 @@ -15,7 +15,7 @@ .\" (bsdgroups versus sysvgroups, and the effect of the parent .\" directory's set-group-ID mode bit). .\" -.TH chown 2 2023-10-31 "Linux man-pages 6.06" +.TH chown 2 2024-05-02 "Linux man-pages 6.8" .SH NAME chown, fchown, lchown, fchownat \- change ownership of a file .SH LIBRARY @@ -427,6 +427,7 @@ to perform a lookup in the system password file). #include <pwd.h> #include <stdio.h> #include <stdlib.h> +#include <sys/types.h> #include <unistd.h> \& int |