[Bug 274812] /usr/src/bin/stty/modes.c:129:13: error: use of undeclared identifier 'IUTF8'

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Oct 2023 11:52:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274812

            Bug ID: 274812
           Summary: /usr/src/bin/stty/modes.c:129:13: error: use of
                    undeclared identifier 'IUTF8'
           Product: Base System
           Version: 14.0-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: tomasz.sowinski@nucleus.malbork.pl

When I was building base system on my machine an error occurred.

--- all_subdir_bin ---
/usr/src/bin/stty/modes.c:129:13: error: use of undeclared identifier 'IUTF8'
        { "iutf8",      IUTF8, 0 },
                        ^
/usr/src/bin/stty/modes.c:130:17: error: use of undeclared identifier 'IUTF8'
        { "-iutf8",     0, IUTF8 },
                           ^
2 errors generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.