summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_prefix.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-04 18:13:37 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-02-04 18:13:37 +0000
commitd31a7560b8583bab1612416f3f205cdf129c4d02 (patch)
treefd3aecdd1ade75b7b2193ff302ac186cfb64963c /sys/netinet6/in6_prefix.h
parent2de30dd27dde925c1c0d525c081d8cb7b6f57ee2 (diff)
more coverage of in6_ifdetach()'s cleanup process.
bug fix in SIOCGIFADDR_IN6 (point to point case).
Diffstat (limited to 'sys/netinet6/in6_prefix.h')
-rw-r--r--sys/netinet6/in6_prefix.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet6/in6_prefix.h b/sys/netinet6/in6_prefix.h
index d8f0484b488..f6856a61aa9 100644
--- a/sys/netinet6/in6_prefix.h
+++ b/sys/netinet6/in6_prefix.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_prefix.h,v 1.1 1999/12/08 06:50:21 itojun Exp $ */
+/* $OpenBSD: in6_prefix.h,v 1.2 2000/02/04 18:13:36 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, 1998 and 1999 WIDE Project.
@@ -84,5 +84,4 @@ LIST_HEAD(rr_prhead, rr_prefix);
extern struct rr_prhead rr_prefix;
void in6_rr_timer __P((void *));
-int delete_each_prefix __P((struct socket *so, struct rr_prefix *rpp,
- u_char origin));
+int delete_each_prefix __P((struct rr_prefix *rpp, u_char origin));