git: 621b3b899283 - stable/14 - libc: Add missing MLINK for stravis(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Apr 2026 05:59:44 UTC
The branch stable/14 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=621b3b8992839c62297350363e7d63866af3978c
commit 621b3b8992839c62297350363e7d63866af3978c
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:22 +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 ea926d23b325..271340ca49f7 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -564,6 +564,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 \