summaryrefslogtreecommitdiff
path: root/sys/netinet/igmp.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/netinet/igmp.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/netinet/igmp.h')
-rw-r--r--sys/netinet/igmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/igmp.h b/sys/netinet/igmp.h
index 32feb81b867..8faf78e3933 100644
--- a/sys/netinet/igmp.h
+++ b/sys/netinet/igmp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: igmp.h,v 1.4 2001/06/09 07:03:40 angelos Exp $ */
+/* $OpenBSD: igmp.h,v 1.5 2002/03/14 01:27:11 millert Exp $ */
/* $NetBSD: igmp.h,v 1.6 1995/05/31 06:08:21 mycroft Exp $ */
/*
@@ -96,6 +96,6 @@ struct igmp {
#define IGMP_AGE_THRESHOLD 540
#ifdef _KERNEL
-void rti_delete __P((struct ifnet *));
+void rti_delete(struct ifnet *);
#endif /* _KERNEL */
#endif /* _NETINET_IGMP_H_ */