summaryrefslogtreecommitdiff
path: root/sys/altq/altq_rio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/altq/altq_rio.c')
-rw-r--r--sys/altq/altq_rio.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/altq/altq_rio.c b/sys/altq/altq_rio.c
index b9a6d5575d0..65f55cb822f 100644
--- a/sys/altq/altq_rio.c
+++ b/sys/altq/altq_rio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: altq_rio.c,v 1.2 2001/08/09 14:32:59 deraadt Exp $ */
+/* $OpenBSD: altq_rio.c,v 1.3 2002/03/14 01:26:26 millert Exp $ */
/* $KAME: altq_rio.c,v 1.8 2000/12/14 08:12:46 thorpej Exp $ */
/*
@@ -169,12 +169,12 @@ static struct redparams default_rio_params[RIO_NDROPPREC] = {
};
/* internal function prototypes */
-static int rio_enqueue __P((struct ifaltq *, struct mbuf *,
- struct altq_pktattr *));
-static struct mbuf *rio_dequeue __P((struct ifaltq *, int));
-static int rio_request __P((struct ifaltq *, int, void *));
-static int rio_detach __P((rio_queue_t *));
-static int dscp2index __P((u_int8_t));
+static int rio_enqueue(struct ifaltq *, struct mbuf *,
+ struct altq_pktattr *);
+static struct mbuf *rio_dequeue(struct ifaltq *, int);
+static int rio_request(struct ifaltq *, int, void *);
+static int rio_detach(rio_queue_t *);
+static int dscp2index(u_int8_t);
/*
* rio device interface