diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-04-07 11:04:37 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-04-07 11:04:49 +0000 |
| commit | a09d06bc5bff64baab76220a66c3501b89899134 (patch) | |
| tree | a64df4c9a18d676a929b4f213d57dd4eb8afde33 | |
| parent | 359d6e31afe3d28addedf9a8f550b382a5faa478 (diff) | |
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
| -rw-r--r-- | lib/libc/gen/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
