aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ecn.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-19 21:25:46 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-19 21:25:46 +0000
commit4d77a549fed13746cc4edf84e511b385c1754f3d (patch)
tree7ea68f3b5c452a55df6c05b903dae3ac1e8f71f9 /sys/netinet/ip_ecn.h
parent89fb8ee796263407b2396378b7076c0350b9e5cc (diff)
downloadsrc-4d77a549fed13746cc4edf84e511b385c1754f3d.tar.gz
src-4d77a549fed13746cc4edf84e511b385c1754f3d.zip
Remove __P.
Notes
Notes: svn path=/head/; revision=92723
Diffstat (limited to 'sys/netinet/ip_ecn.h')
-rw-r--r--sys/netinet/ip_ecn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ecn.h b/sys/netinet/ip_ecn.h
index 9aca7319df4d..1a38a48aa7c6 100644
--- a/sys/netinet/ip_ecn.h
+++ b/sys/netinet/ip_ecn.h
@@ -44,6 +44,6 @@
#define ECN_NOCARE (-1) /* no consideration to ECN */
#ifdef _KERNEL
-extern void ip_ecn_ingress __P((int, u_int8_t *, const u_int8_t *));
-extern void ip_ecn_egress __P((int, const u_int8_t *, u_int8_t *));
+extern void ip_ecn_ingress(int, u_int8_t *, const u_int8_t *);
+extern void ip_ecn_egress(int, const u_int8_t *, u_int8_t *);
#endif