diff options
Diffstat (limited to 'lib/count4bits.c')
-rw-r--r-- | lib/count4bits.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/count4bits.c b/lib/count4bits.c index 51e60252b3bf1..c91f707510ba0 100644 --- a/lib/count4bits.c +++ b/lib/count4bits.c @@ -1,9 +1,9 @@ /* - * Copyright (C) 2002 by Darren Reed. + * Copyright (C) 2012 by Darren Reed. * * See the IPFILTER.LICENCE file for details on licencing. * - * $Id: count4bits.c,v 1.1.4.1 2006/06/16 17:20:57 darrenr Exp $ + * $Id$ */ #include "ipf.h" @@ -15,7 +15,7 @@ * of bits. */ int count4bits(ip) -u_int ip; + u_int ip; { int cnt = 0, i, j; u_int ipn; |