From 05ddbb8d93073fe6263bb3fff26e1c4c8651352e Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 11 Aug 2013 14:28:45 +0000 Subject: Import IP-Filter 5.1.2 into vendor branches using the existing license that the current version of IP-Filter in FreeBSD is under as per email received from Darren Reed on Mon, 08 Jul 2013 23:54:16 +1000. Approved by: glebius (Mentor), Darren Reed --- lib/fill6bits.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/fill6bits.c') diff --git a/lib/fill6bits.c b/lib/fill6bits.c index a5f459a28af0c..f9554e25ba5e4 100644 --- a/lib/fill6bits.c +++ b/lib/fill6bits.c @@ -1,17 +1,17 @@ /* - * Copyright (C) 2000-2002 by Darren Reed. + * Copyright (C) 2012 by Darren Reed. * * See the IPFILTER.LICENCE file for details on licencing. * - * $Id: fill6bits.c,v 1.5.4.1 2006/06/16 17:20:58 darrenr Exp $ + * $Id$ */ #include "ipf.h" void fill6bits(bits, msk) -int bits; -u_int *msk; + int bits; + u_int *msk; { if (bits == 0) { msk[0] = 0; -- cgit v1.2.3