Make it compile again.

This commit is contained in:
taca 2000-10-17 16:12:20 +00:00
parent 0cb6a7cf94
commit 5dea32f506
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ LIB = dhcp
SRCS = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
lpf.c dlpi.c packet.c tr.c ethernet.c memory.c print.c options.c \
inet.c tree.c tables.c alloc.c fddi.c \
inet_addr.c dns.c resolv.c execute.c discover.c comapi.c
dns.c resolv.c execute.c discover.c comapi.c
MKLINT= no
MKPIC= no

View File

@ -47,7 +47,7 @@
#ifndef lint
static char copyright[] =
"$Id: bpf.c,v 1.5 2000/10/17 16:10:41 taca Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
"$Id: bpf.c,v 1.6 2000/10/17 16:12:20 taca Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@ -210,7 +210,7 @@ struct bpf_insn dhcp_bpf_filter [] = {
BPF_STMT(BPF_RET+BPF_K, 0),
};
#if defined (DEC_FDDI)
#if defined(DEC_FDDI) || defined(NETBSD_FDDI)
struct bpf_insn *bpf_fddi_filter;
#endif