summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ether.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/ip_ether.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/netinet/ip_ether.h')
-rw-r--r--sys/netinet/ip_ether.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ether.h b/sys/netinet/ip_ether.h
index f1b372068c3..aa02b4ea83b 100644
--- a/sys/netinet/ip_ether.h
+++ b/sys/netinet/ip_ether.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ether.h,v 1.11 2001/06/25 05:11:58 angelos Exp $ */
+/* $OpenBSD: ip_ether.h,v 1.12 2002/03/14 01:27:11 millert Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@adk.gr)
*
@@ -62,7 +62,7 @@ struct etherip_header {
}
#ifdef _KERNEL
-int etherip_sysctl __P((int *, u_int, void *, size_t *, void *, size_t));
+int etherip_sysctl(int *, u_int, void *, size_t *, void *, size_t);
extern int etherip_allow;
extern struct etheripstat etheripstat;