summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-31 12:52:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-31 12:52:52 +0000
commit61714b4e173676aa0914344c1e2dab1f627777e6 (patch)
tree599c5d5c896f939fedfe1902de708e30a015edd6 /include
parent30493bb81b337cd12f60756eb25ea05814e6d006 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index f16c34b50fe6..bf2481564c45 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -130,6 +130,7 @@ char *getusershell __P((void));
char *getwd __P((char *)); /* obsoleted by getcwd() */
int initgroups __P((const char *, int));
int iruserok __P((unsigned long, 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 *));