diff options
| author | 2015-11-18 19:33:43 +0000 | |
|---|---|---|
| committer | 2015-11-18 19:33:43 +0000 | |
| commit | f5f4a68c4569f66ba24ab0730eec6faba62b5b72 (patch) | |
| tree | 422d304c2f8cec69cd1a4feec3b50c76aeb17993 /lib/libc | |
| parent | document the _shadow functions (diff) | |
| download | wireguard-openbsd-f5f4a68c4569f66ba24ab0730eec6faba62b5b72.tar.xz wireguard-openbsd-f5f4a68c4569f66ba24ab0730eec6faba62b5b72.zip | |
mlinks for _shadow
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 54b58c92dc7..53dab374ed0 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.71 2015/10/30 03:12:33 guenther Exp $ +# $OpenBSD: Makefile.inc,v 1.72 2015/11/18 19:33:43 tedu Exp $ # gen sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/gen ${LIBCSRCDIR}/gen @@ -109,6 +109,7 @@ MLINKS+=getprogname.3 setprogname.3 MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpwent.3 MLINKS+=getpwnam.3 getpwuid.3 getpwnam.3 getpwnam_r.3 getpwnam.3 getpwuid_r.3 \ getpwnam.3 setpassent.3 +MLINKS+=getpwnam.3 getpwnam_shadow.3 getpwnam.3 getpwuid_shadow.3 MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 getttyent.3 setttyent.3 MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3 MLINKS+=glob.3 globfree.3 |
