[Bug 290762] /usr/src/usr.bin/id/id.c:161:16: error: use of undeclared identifier 'Aflag'

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 02 Nov 2025 23:54:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290762

            Bug ID: 290762
           Summary: /usr/src/usr.bin/id/id.c:161:16: error: use of
                    undeclared identifier 'Aflag'
           Product: Base System
           Version: 14.3-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: jakub_lach@mailplus.pl

Cannot build world past stable/14-3473db79f4b3 

--- all_subdir_rescue ---
/usr/src/usr.bin/id/id.c:161:16: error: use of undeclared identifier 'Aflag'
  161 |         if ((cflag || Aflag || Mflag) && argc > 0)
      |                       ^
/usr/src/usr.bin/id/id.c:164:10: error: use of undeclared identifier 'Aflag'
  164 |         combo = Aflag + Gflag + Mflag + Pflag + gflag + pflag + uflag;
      |                 ^
2 errors generated.
*** [id.o] Error code 1

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