remove unneeded patch

This commit is contained in:
sthen 2012-06-30 09:48:22 +00:00
parent 30bdc2e800
commit 79ebb8082f

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-tools_nut-scanner_nutscan-ip_h,v 1.2 2012/01/11 16:01:33 sthen Exp $
--- tools/nut-scanner/nutscan-ip.h.orig Tue Oct 4 08:06:25 2011
+++ tools/nut-scanner/nutscan-ip.h Wed Jan 11 15:34:33 2012
@@ -19,8 +19,9 @@
#ifndef SCAN_IP
#define SCAN_IP
-#include <arpa/inet.h>
+#include <sys/types.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
enum network_type {
IPv4,