aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-08-17 22:09:15 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-08-17 22:09:15 +0000
commite6063dd1a65aeb2444dd2f002c376af2dc859c19 (patch)
treedda9375406d28c00830cc9b1981101e60e1639b6 /lib/libc/gen/Makefile.inc
parent0c1bb4fbf1a07495aa163806e00ea56872c97286 (diff)
downloadsrc-e6063dd1a65aeb2444dd2f002c376af2dc859c19.tar.gz
src-e6063dd1a65aeb2444dd2f002c376af2dc859c19.zip
Implement getpeereid(3), a front-end to the LOCAL_PEERCRED
socket option for the Unix domain. It's weaker than the socket option (this only returns the uid and gid, while the socket opt. can return the entire group list), and is implemented mostly for compatibility with OpenBSD.
Notes
Notes: svn path=/head/; revision=81861
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 4d2806bf5f63..24cd03d75ab5 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -13,7 +13,7 @@ SRCS+= __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \
getcap.c getcwd.c getdomainname.c getgrent.c getgrouplist.c \
gethostname.c getloadavg.c getlogin.c getmntinfo.c getnetgrent.c \
getobjformat.c getosreldate.c getpagesize.c \
- getpass.c getprogname.c getpwent.c getttyent.c \
+ getpass.c getpeereid.c getprogname.c getpwent.c getttyent.c \
getusershell.c getvfsbyname.c getvfsent.c glob.c \
initgroups.c isatty.c jrand48.c lcong48.c \
lockf.c lrand48.c mrand48.c msgctl.c \
@@ -46,7 +46,7 @@ MAN+= alarm.3 arc4random.3 clock.3 \
getdiskbyname.3 getdomainname.3 getfsent.3 \
getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \
getmntinfo.3 getnetgrent.3 getobjformat.3 \
- getpagesize.3 getpass.3 getprogname.3 getpwent.3 \
+ getpagesize.3 getpass.3 getpeereid.3 getprogname.3 getpwent.3 \
getttyent.3 getusershell.3 getvfsbyname.3 getvfsent.3 \
glob.3 initgroups.3 isinf.3 \
ldexp.3 lockf.3 modf.3 msgctl.3 msgget.3 msgrcv.3 msgsnd.3 \