- remove last reminiscents of IN_BUSYBOX

This commit is contained in:
Bernhard Reutner-Fischer
2006-08-18 17:22:23 +00:00
parent 4470b74e29
commit 5bd2a4b6ce
3 changed files with 4 additions and 28 deletions

View File

@@ -44,11 +44,7 @@ int arpping(uint32_t yiaddr, uint32_t ip, uint8_t *mac, char *interface)
if ((s = socket (PF_PACKET, SOCK_PACKET, htons(ETH_P_ARP))) == -1) {
#ifdef IN_BUSYBOX
LOG(LOG_ERR, bb_msg_can_not_create_raw_socket);
#else
LOG(LOG_ERR, "Could not open raw socket");
#endif
return -1;
}