diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-01 21:46:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-01 21:46:32 +0000 |
commit | 065ebf549910cdad4cbaeb26ba066fa562c53ab8 (patch) | |
tree | 225c9a2e6ceb6e2b317b01953d0426c3356ed157 /sys/netinet/ip_var.h | |
parent | 86579f56153e9cbd716800bc46288df3075ed742 (diff) |
undo wildcard loopback stuff; it was not checked by other developers
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r-- | sys/netinet/ip_var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 99ef2926aad..bb192317902 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_var.h,v 1.6 1998/02/01 18:09:23 mickey Exp $ */ +/* $OpenBSD: ip_var.h,v 1.7 1998/02/01 21:46:03 deraadt Exp $ */ /* $NetBSD: ip_var.h,v 1.16 1996/02/13 23:43:20 christos Exp $ */ /* @@ -178,8 +178,6 @@ int ip_pcbopts __P((struct mbuf **, struct mbuf *)); struct ip * ip_reass __P((struct ipqent *, struct ipq *)); struct in_ifaddr * - in_iawithaddr __P((struct in_addr, struct mbuf *)); -struct in_ifaddr * ip_rtaddr __P((struct in_addr)); int ip_setmoptions __P((int, struct ip_moptions **, struct mbuf *)); void ip_slowtimo __P((void)); |