commit | 579d53d4aa0adbf1e29b46b632722f419b5d231b | [log] [tgz] |
---|---|---|
author | Guy Harris <gharris@steve.local> | Tue Jun 09 15:05:28 2009 -0700 |
committer | Guy Harris <gharris@steve.local> | Tue Jun 09 15:05:28 2009 -0700 |
tree | 7bc7c9948f5765d162bec08e7c2c7e984f115257 | |
parent | 97b52f9f3f50d36ebb6cc89edfbe829ce9ebc663 [diff] |
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.