Get rid of unused macros
This commit is contained in:
parent
713190a574
commit
26a0055807
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: if_arp.c,v 1.247 2017/03/17 16:15:11 roy Exp $ */
|
/* $NetBSD: if_arp.c,v 1.248 2017/04/04 09:53:02 ozaki-r Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998, 2000, 2008 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998, 2000, 2008 The NetBSD Foundation, Inc.
|
||||||
@ -68,7 +68,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.247 2017/03/17 16:15:11 roy Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.248 2017/04/04 09:53:02 ozaki-r Exp $");
|
||||||
|
|
||||||
#ifdef _KERNEL_OPT
|
#ifdef _KERNEL_OPT
|
||||||
#include "opt_ddb.h"
|
#include "opt_ddb.h"
|
||||||
@ -133,9 +133,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.247 2017/03/17 16:15:11 roy Exp $");
|
|||||||
#include <netinet/ip_carp.h>
|
#include <netinet/ip_carp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SIN(s) ((struct sockaddr_in *)s)
|
|
||||||
#define SRP(s) ((struct sockaddr_inarp *)s)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ARP trailer negotiation. Trailer protocol is not IP specific,
|
* ARP trailer negotiation. Trailer protocol is not IP specific,
|
||||||
* but ARP request/response use IP addresses.
|
* but ARP request/response use IP addresses.
|
||||||
|
Loading…
Reference in New Issue
Block a user