[Bug 286003] libc lstat compile error (st_padding0)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 10 Apr 2025 09:16:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286003

            Bug ID: 286003
           Summary: libc lstat compile error (st_padding0)
           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

In file included from /usr/src/lib/libc/sys/lstat.c:30:
/usr/src/lib/libc/sys/compat-ino64.h:68:6: error: no member named 'st_padding0'
in 'struct stat'; did you mean 'st_padding1'?
   68 |         sb->st_padding0 = 0;
      |             ^~~~~~~~~~~
      |             st_padding1
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/sys/stat.h:167:12: note:
'st_padding1' declared here
  167 |         __int32_t st_padding1;
      |                   ^
1 error generated.
*** [lstat.o] Error code 1

make[4]: stopped in /usr/src/lib/libc

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