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,23 @@
--- emulate/arp.cc.orig 2003-02-26 23:08:17.000000000 +0100
+++ emulate/arp.cc 2003-11-01 19:27:49.000000000 +0100
@@ -47,7 +47,7 @@ static const char rcsid[] =
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <net/if.h>
-#include <net/ethernet.h>
+#include <net/ethertypes.h>
#include <net/if_arp.h>
#include <netinet/if_ether.h>
#include <arpa/inet.h>
@@ -60,11 +60,6 @@ static const char rcsid[] =
#include "emulate/internet.h"
// Very very very back hack. Should put this detection in autoconf.
-#ifndef ether_aton
-extern "C" {
-ether_addr* ether_aton(const char *);
-}
-#endif
//
// arp.cc -- this object may be used within nse as