Deleted Added
full compact
count6bits.c (153881) count6bits.c (170268)
1/* $FreeBSD: head/contrib/ipfilter/lib/count6bits.c 153881 2005-12-30 11:52:26Z guido $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/count6bits.c 170268 2007-06-04 02:54:36Z darrenr $ */
2
3/*
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
4 * Copyright (C) 2000-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * $Id: count6bits.c,v 1.4 2001/06/09 17:09:23 darrenr Exp $
8 * $Id: count6bits.c,v 1.4.4.1 2006/06/16 17:20:57 darrenr Exp $
9 */
10
11#include "ipf.h"
12
13
14int count6bits(msk)
15u_32_t *msk;
16{

--- 13 unchanged lines hidden ---
9 */
10
11#include "ipf.h"
12
13
14int count6bits(msk)
15u_32_t *msk;
16{

--- 13 unchanged lines hidden ---