Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2024 15:20:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 279403] typedef redeclaration in base include becoming an issue for DTrace
Message-ID:  <bug-279403-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279403

            Bug ID: 279403
           Summary: typedef redeclaration in base include becoming an
                    issue for DTrace
           Product: Base System
           Version: 14.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: antranigv@freebsd.am

root@srv0:~ # cat test.d

#include <sys/socket.h>

tcp:::accept-established
{
}

root@srv0:~ # dtrace -C -s test.d
dtrace: failed to compile script test.d: line 1: typedef redeclared: __uint=
8_t
root@srv0:~ # dtrace -H -C -s test.d
. /usr/include/sys/socket.h
.. /usr/include/sys/cdefs.h
.. /usr/include/sys/_types.h
... /usr/include/machine/_types.h
.... /usr/include/x86/_types.h
..... /usr/include/machine/_limits.h
...... /usr/include/x86/_limits.h
.. /usr/include/sys/_iovec.h
.. /usr/include/machine/_align.h
... /usr/include/x86/_align.h
.. /usr/include/sys/_sockaddr_storage.h
dtrace: failed to compile script test.d: line 1: typedef redeclared: __uint=
8_t
root@srv0:~ #

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279403-227>