]> The Tcpdump Group git mirrors - tcpdump/commit
tcpdump requires a C compiler that supports prototypes, as they're used
authorguy <guy>
Sun, 24 Sep 2000 07:50:35 +0000 (07:50 +0000)
committerguy <guy>
Sun, 24 Sep 2000 07:50:35 +0000 (07:50 +0000)
commitb3dd87de7e667064ea1e8d235f7a41958791ecd2
treee23b2b50e01c974460c35e3c00a5d7c6db3ade8e
parentc922e6e0b8bf8edcb30b39490143f87dc278b6c5
tcpdump requires a C compiler that supports prototypes, as they're used
throughout it; get rid of the use of the "__P()" macro, as, at least on
some platforms with some compilers, that macro doesn't expand to its
argument, causing the functions not to be declared with function
prototypes, which then causes the compiler to warn about the prototype
declaration and the function definition disagreeing.
print-isakmp.c