diff options
| author | cegger <cegger@NetBSD.org> | 2009-03-15 21:23:31 +0000 |
|---|---|---|
| committer | cegger <cegger@NetBSD.org> | 2009-03-15 21:23:31 +0000 |
| commit | dc56dbbd97fec6df1bd1788bd35f2da09ae91ea1 (patch) | |
| tree | 8a184dbd9a777bd5d097eaf35dddf3cb11c4944f /sys/netinet | |
| parent | d3189d3544a3f2261e77b245bdd779e69c7b66c3 (diff) | |
ansify function definitions
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/tcp_input.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index a1937cba3a5..0e2be19de44 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcp_input.c,v 1.292 2009/01/29 20:38:22 pooka Exp $ */ +/* $NetBSD: tcp_input.c,v 1.293 2009/03/15 21:25:32 cegger Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -145,7 +145,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.292 2009/01/29 20:38:22 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.293 2009/03/15 21:25:32 cegger Exp $"); #include "opt_inet.h" #include "opt_ipsec.h" @@ -407,7 +407,7 @@ struct mowner tcp_reass_mowner = MOWNER_INIT("tcp", "reass"); static struct pool tcpipqent_pool; void -tcpipqent_init() +tcpipqent_init(void) { pool_init(&tcpipqent_pool, sizeof(struct ipqent), 0, 0, 0, "tcpipqepl", |
