freebsd-ports/sysutils/ipmitool/files/patch-lib_ipmi__lang.c
Jean-Yves Lefort ebbfc6fe5c - Update to 1.8.1
- Workaround for a bug in readline
- Correction for crossbuilds: MACHINE_ARCH -> ARCH

PR:		ports/80787
Submitted by:	maintainer
2005-05-08 16:33:31 +00:00

15 lines
383 B
C

--- lib/ipmi_lanp.c.orig Thu Mar 24 07:39:01 2005
+++ lib/ipmi_lanp.c Tue Apr 5 09:17:30 2005
@@ -38,11 +38,11 @@
#include <stdio.h>
#include <string.h>
#include <strings.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
-#include <sys/types.h>
#include <unistd.h>
#include <signal.h>
#include <setjmp.h>