summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2008-09-26 19:23:22 +0000
committerpeter <peter@FreeBSD.org>2008-09-26 19:23:22 +0000
commitccdf2025d9c8084e6cf42605c44293923e36a702 (patch)
treefbb9f612da7c02bc10759720d2e4653c6b029a26 /include/unistd.h
parenta173e0f84d9dd9d48f9b844cfaa7481406bce97d (diff)
downloadFreeBSD-src-ccdf2025d9c8084e6cf42605c44293923e36a702.zip
FreeBSD-src-ccdf2025d9c8084e6cf42605c44293923e36a702.tar.gz
Move getosreldate(3) prototype from the machine generated <osreldate.h>
to <unistd.h> in the BSD section. Suggested by: kib
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 6a0d25e..bafbeef 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -485,6 +485,7 @@ char *fflagstostr(u_long);
int getdomainname(char *, int);
int getgrouplist(const char *, gid_t, gid_t *, int *);
mode_t getmode(const void *, mode_t);
+int getosreldate(void);
int getpeereid(int, uid_t *, gid_t *);
int getresgid(gid_t *, gid_t *, gid_t *);
int getresuid(uid_t *, uid_t *, uid_t *);
OpenPOWER on IntegriCloud