https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279403
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: [email protected]
Reporter: [email protected]
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: __uint8_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: __uint8_t
root@srv0:~ #
--
You are receiving this mail because:
You are the assignee for the bug.