summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-03-30 10:45:44 +0000
committerobrien <obrien@FreeBSD.org>1997-03-30 10:45:44 +0000
commitf1b528304001b70c39e0129bc85f5e9001f622b3 (patch)
tree1aa5d2cad7a9e29cef6b069c1b502dd1a33f2889 /contrib
parent8596af284a3ee40a3ef259c1c70ee4430903cfc6 (diff)
downloadFreeBSD-src-f1b528304001b70c39e0129bc85f5e9001f622b3.zip
FreeBSD-src-f1b528304001b70c39e0129bc85f5e9001f622b3.tar.gz
Support dummy lchown() so that cpio understands 4.4 symbolic links.
Diffstat (limited to 'contrib')
-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 3ff70cc..0e1344f 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));
OpenPOWER on IntegriCloud