git: 10417355a767 - stable/13 - libc: Add missing MLINK for stravis(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Apr 2026 05:59:59 UTC
The branch stable/13 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=10417355a767f69325e2955dd3a6d44a32e5714e
commit 10417355a767f69325e2955dd3a6d44a32e5714e
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-04-07 11:04:37 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-04-12 05:59:39 +0000
libc: Add missing MLINK for stravis(3)
MFC after: 1 week
Fixes: 8dfeba04eb36 ("Update to a June 8th snapshot of (un)vis form NetBSD.")
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D56260
(cherry picked from commit a09d06bc5bff64baab76220a66c3501b89899134)
---
lib/libc/gen/Makefile.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index bf06374aefd2..b5105a49ab4a 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -552,6 +552,7 @@ MLINKS+=unvis.3 strunvis.3 \
unvis.3 strunvisx.3
MLINKS+=vis.3 nvis.3 \
vis.3 snvis.3 \
+ vis.3 stravis.3 \
vis.3 strenvisx.3 \
vis.3 strnunvis.3 \
vis.3 strnunvisx.3 \