]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug.
authorRoy Marples <roy@marples.name>
Mon, 15 Sep 2008 19:30:44 +0000 (19:30 +0000)
committerRoy Marples <roy@marples.name>
Mon, 15 Sep 2008 19:30:44 +0000 (19:30 +0000)
if-bsd.c

index 576e6f42d5376dd527fc71c7f26a91fb453320d7..3024616ef528b333ffb86980b8a8d782e8aced5b 100644 (file)
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -204,7 +204,6 @@ arp_flush(void)
        mib[3] = AF_INET;
        mib[4] = NET_RT_FLAGS;
        mib[5] = RTF_LLINFO;
-       printf ("sizeof %d\n", sizeof(mib));
        if (sysctl(mib, 6, NULL, &buffer_len, NULL, 0) == -1)
                return -1;
        if (buffer_len == 0)