2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

Use distributed Berkeley networking headers

This commit is contained in:
Ted Lemon 1996-05-19 23:55:07 +00:00
parent ea46559112
commit c41e81e4f6
2 changed files with 6 additions and 6 deletions

6
bpf.c
View File

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

View File

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