SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
net/arpcatch/patches/patch-config_c
Normal file
17
net/arpcatch/patches/patch-config_c
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- config.c.orig Mon Nov 24 12:18:54 1997
|
||||
+++ config.c Sun Apr 3 21:15:59 2005
|
||||
@@ -1,14 +1,11 @@
|
||||
#include "arpcatch.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
-#include <net/ethernet.h>
|
||||
|
||||
static list_t *add_host(char *buffer, list_t *hosts);
|
||||
static int add_proxy(char *buffer, table_t *at);
|
||||
|
||||
static void config_error(char *, int);
|
||||
-
|
||||
-extern struct ether_addr *ether_aton(char *);
|
||||
|
||||
int compare_ip(const void *a, const void *b) {
|
||||
struct in_addr *ia, *ib;
|
Loading…
Add table
Add a link
Reference in a new issue