1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Remove redundant file.

PR:		ports/177186 (partially)
Submitted by:	KUROSAWA Takahiro
Approved by:	erwin
This commit is contained in:
Gavin Atkinson 2014-05-14 21:54:33 +00:00
parent 88a1728dc5
commit d9123ee3d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354091

View File

@ -1,20 +0,0 @@
--- src/arping.c.orig 2012-12-29 16:30:08.000000000 +0100
+++ src/arping.c 2013-10-23 10:30:44.000000000 +0200
@@ -81,13 +81,14 @@
#include <libnet.h>
#endif
+#if HAVE_NET_BPF_H
+#include <net/bpf.h>
+#endif
+
#if HAVE_WIN32_LIBNET_H
#include <win32/libnet.h>
#endif
-#if HAVE_NET_BPF_H
-#include <net/bpf.h>
-#endif
#include <pcap.h>
#include "arping.h"