Fix DTrace test tst_inet_ntop_d: remove definitions are already in libdtrace
We have D definitions for the named values in socket.h after r323253. Remove them in test script to prevent compiling failure. Reviewed by: markj, gnn Differential Revision: https://reviews.freebsd.org/D12334
This commit is contained in:
parent
ca4b280fef
commit
240ab7522e
@ -28,9 +28,6 @@
|
||||
|
||||
#pragma D option quiet
|
||||
|
||||
inline int AF_INET = 2;
|
||||
inline int AF_INET6 = 28;
|
||||
|
||||
in_addr_t *ip4a;
|
||||
in_addr_t *ip4b;
|
||||
in_addr_t *ip4c;
|
||||
|
Loading…
Reference in New Issue
Block a user