Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19179 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,12 +14,7 @@
|
|||||||
|
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
//#include <net/if.h>
|
|
||||||
//#include <net/if_dl.h>
|
|
||||||
//#include <net/if_types.h>
|
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
//#include <sys/socket.h>
|
|
||||||
//#include <sys/sockio.h>
|
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
@@ -84,7 +79,6 @@ check_for_arp_syscall(void)
|
|||||||
status_t status = _kern_generic_syscall(ARP_SYSCALLS, B_SYSCALL_INFO,
|
status_t status = _kern_generic_syscall(ARP_SYSCALLS, B_SYSCALL_INFO,
|
||||||
&version, sizeof(version));
|
&version, sizeof(version));
|
||||||
if (status != B_OK) {
|
if (status != B_OK) {
|
||||||
// the launch speedup module is not available
|
|
||||||
fprintf(stderr, "\"ARP\" module not available.\n");
|
fprintf(stderr, "\"ARP\" module not available.\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user