From 97f725aa45a1cf1487d0fdbc2ffa07dd55af563b Mon Sep 17 00:00:00 2001 From: downsj Date: Sun, 26 Jan 1997 05:11:16 +0000 Subject: [PATCH] Add lchown() declaration. --- include/unistd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/unistd.h b/include/unistd.h index 6c30be0bed5..011e6aa1dd4 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.11 1996/12/13 17:06:23 deraadt Exp $ */ +/* $OpenBSD: unistd.h,v 1.12 1997/01/26 05:11:16 downsj Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -130,6 +130,7 @@ char *getusershell __P((void)); char *getwd __P((char *)); /* obsoleted by getcwd() */ int initgroups __P((const char *, gid_t)); int iruserok __P((u_int32_t, int, const char *, const char *)); +int lchown __P((const char *, uid_t, gid_t)); int mknod __P((const char *, mode_t, dev_t)); int mkstemp __P((char *)); char *mktemp __P((char *)); -- 2.20.1