SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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;