diff options
Diffstat (limited to 'usr.sbin/ospf6d/ospfe.h')
-rw-r--r-- | usr.sbin/ospf6d/ospfe.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ospf6d/ospfe.h b/usr.sbin/ospf6d/ospfe.h index ec46bdc3ffc..7fec5f8df85 100644 --- a/usr.sbin/ospf6d/ospfe.h +++ b/usr.sbin/ospf6d/ospfe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfe.h,v 1.24 2021/01/19 09:42:11 claudio Exp $ */ +/* $OpenBSD: ospfe.h,v 1.25 2021/01/19 09:43:40 claudio Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -231,6 +231,4 @@ int upd_ospf_hdr(struct ibuf *, struct iface *); int send_packet(struct iface *, struct ibuf *, struct in6_addr *); void recv_packet(int, short, void *); -char *pkt_ptr; /* packet buffer */ - #endif /* _OSPFE_H_ */ |