summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.c
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-04-05 23:38:16 +0000
committerbrooks <brooks@FreeBSD.org>2005-04-05 23:38:16 +0000
commit104d52c29ff7c963d01fac1cd7db77d0b21a5359 (patch)
treef7cf8211fa299aa29d68c12ebcc320a51af02453 /sys/netinet/ip_dummynet.c
parentbb5d9cb76836662658cc4da11687e6c90002189c (diff)
downloadFreeBSD-src-104d52c29ff7c963d01fac1cd7db77d0b21a5359.zip
FreeBSD-src-104d52c29ff7c963d01fac1cd7db77d0b21a5359.tar.gz
Make dummynet_flush() match its prototype.
Diffstat (limited to 'sys/netinet/ip_dummynet.c')
-rw-r--r--sys/netinet/ip_dummynet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_dummynet.c b/sys/netinet/ip_dummynet.c
index 3adbc69..596aca8 100644
--- a/sys/netinet/ip_dummynet.c
+++ b/sys/netinet/ip_dummynet.c
@@ -1370,7 +1370,7 @@ purge_pipe(struct dn_pipe *pipe)
* remove references from all ipfw rules to all pipes.
*/
static void
-dummynet_flush()
+dummynet_flush(void)
{
struct dn_pipe *curr_p, *p ;
struct dn_flow_set *fs, *curr_fs;
OpenPOWER on IntegriCloud