Reduce spurious diffs with upstream.

Bug: 9469682
Change-Id: I69260ab36fa5eb02c979cea38d0ed2e100e1acbb
diff --git a/ping.c b/ping.c
index 25bbc3c..5c5d09e 100644
--- a/ping.c
+++ b/ping.c
@@ -75,7 +75,6 @@
 
 #ifdef ANDROID
 #include <sys/auxv.h>
-#define bcmp(a, b, c) memcmp(a, b, c)
 #endif
 
 #define	MAXIPLEN	60
@@ -120,6 +119,7 @@
 char *device;
 int pmtudisc = -1;
 
+
 int
 main(int argc, char **argv)
 {