git: a09d06bc5bff - main - libc: Add missing MLINK for stravis(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Apr 2026 11:05:44 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=a09d06bc5bff64baab76220a66c3501b89899134
commit a09d06bc5bff64baab76220a66c3501b89899134
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-07 11:04:49 +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
---
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 c36c4e10f2dc..c31f789fd1d1 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -562,6 +562,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 \