diff --git a/usr.sbin/dhcp/common/Makefile b/usr.sbin/dhcp/common/Makefile index 558b6a5ad68f..9f91376edfd7 100644 --- a/usr.sbin/dhcp/common/Makefile +++ b/usr.sbin/dhcp/common/Makefile @@ -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 diff --git a/usr.sbin/dhcp/common/bpf.c b/usr.sbin/dhcp/common/bpf.c index f0203c3029ea..3aeb1b2ba228 100644 --- a/usr.sbin/dhcp/common/bpf.c +++ b/usr.sbin/dhcp/common/bpf.c @@ -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