freebsd-ports/sysutils/ipmitool/files/patch-src_plugins_open_open.c
Sean Bruno ea136c482d Update ipmitool to upstream version 1.8.17
Make patchfiles portlint friendly and add new patches to aid in compilation.

Reviewed by:	zi
Differential Revision:	https://reviews.freebsd.org/D6401
2016-05-22 15:49:47 +00:00

11 lines
339 B
C

--- src/plugins/open/open.c.orig 2016-05-06 14:48:54 UTC
+++ src/plugins/open/open.c
@@ -29,8 +29,6 @@
* LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
* EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
*/
-#define _POSIX_SOURCE
-
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>