diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-02 09:07:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-02 09:07:25 +0000 |
commit | 17e207fc0b0b15a4a2e0449041b5d9813c0caf93 (patch) | |
tree | ac1ec6af2c4d8b73a311aef0e004aea10168e42b /lib | |
parent | 565791711cd8696eb28b5cce41c1c9d8f022c81d (diff) |
add missing MLINK for strnunvis.3, introduced -r1.14;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 91c6a6e4468..a29c6a49b1a 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.37 2005/02/01 15:12:28 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.38 2005/10/02 09:07:24 jmc Exp $ # gen sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/gen ${LIBCSRCDIR}/gen @@ -130,4 +130,5 @@ MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \ MLINKS+=tolower.3 _tolower.3 MLINKS+=toupper.3 _toupper.3 MLINKS+=ttyname.3 ttyname_r.3 ttyname.3 isatty.3 ttyname.3 ttyslot.3 -MLINKS+=vis.3 strvis.3 vis.3 strnvis.3 vis.3 strvisx.3 unvis.3 strunvis.3 +MLINKS+=unvis.3 strunvis.3 unvis.3 strnunvis.3 +MLINKS+=vis.3 strvis.3 vis.3 strnvis.3 vis.3 strvisx.3 |