mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
Fix some minor warnings.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
static char copyright[] =
|
||||||
"$Id: lpf.c,v 1.17 1999/10/07 06:47:49 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
|
"$Id: lpf.c,v 1.18 1999/10/21 12:31:53 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -130,6 +130,9 @@ extern int dhcp_bpf_filter_len;
|
|||||||
extern struct sock_filter dhcp_bpf_tr_filter [];
|
extern struct sock_filter dhcp_bpf_tr_filter [];
|
||||||
extern int dhcp_bpf_tr_filter_len;
|
extern int dhcp_bpf_tr_filter_len;
|
||||||
|
|
||||||
|
static void lpf_gen_filter_setup (struct interface_info *);
|
||||||
|
static void lpf_tr_filter_setup (struct interface_info *);
|
||||||
|
|
||||||
void if_register_receive (info)
|
void if_register_receive (info)
|
||||||
struct interface_info *info;
|
struct interface_info *info;
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user