summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-30 10:45:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-30 10:45:44 +0000
commitadfc6bdf066bc4586dd88bdaef7ed044b485b1dd (patch)
treef349bac8753322940f8fdf754182fea29bc96943
parente3740caa960835e995da7ca86f8c558bf892dade (diff)
Notes
-rw-r--r--contrib/cpio/extern.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/cpio/extern.h b/contrib/cpio/extern.h
index 3ff70cc00a01..0e1344f64e27 100644
--- a/contrib/cpio/extern.h
+++ b/contrib/cpio/extern.h
@@ -128,6 +128,11 @@ uid_t *getuidbyname ();
gid_t *getgidbyname ();
#endif
+/* lchown.c */
+#ifdef HAVE_LCHOWN
+int lchown P_((const char *path, uid_t owner, gid_t group));
+#endif
+
/* main.c */
void process_args P_((int argc, char *argv[]));
void initialize_buffers P_((void));