]> The Tcpdump Group git mirrors - tcpdump/commit
execlp() is a varargs function, so if NULL is defined as 0, the compiler
authorGuy Harris <[email protected]>
Tue, 9 Jun 2009 22:05:28 +0000 (15:05 -0700)
committerGuy Harris <[email protected]>
Tue, 9 Jun 2009 22:05:28 +0000 (15:05 -0700)
commit579d53d4aa0adbf1e29b46b632722f419b5d231b
tree7bc7c9948f5765d162bec08e7c2c7e984f115257
parent97b52f9f3f50d36ebb6cc89edfbe829ce9ebc663
execlp() is a varargs function, so if NULL is defined as 0, the compiler
doesn't know that it needs to be converted to a null pointer constant;
add an explicit cast.
tcpdump.c