2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

Use distributed Berkeley network headers

This commit is contained in:
Ted Lemon 1996-05-20 00:12:54 +00:00
parent efc12bbc8f
commit 4a97f5b8fb
2 changed files with 6 additions and 6 deletions

View File

@ -59,9 +59,9 @@ static char copyright[] =
#include <net/packetfilt.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/udp.h>
#include <netinet/if_ether.h>
#include "includes/netinet/ip.h"
#include "includes/netinet/udp.h"
#include "includes/netinet/if_ether.h"
/* Called by get_interface_list for each interface that's discovered.
Opens a packet filter for each interface and adds it to the select

6
nit.c
View File

@ -59,9 +59,9 @@ static char copyright[] =
#include <net/packetfilt.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/udp.h>
#include <netinet/if_ether.h>
#include "includes/netinet/ip.h"
#include "includes/netinet/udp.h"
#include "includes/netinet/if_ether.h"
/* Called by get_interface_list for each interface that's discovered.
Opens a packet filter for each interface and adds it to the select