From owner-cvs-sys Sun Jun 7 23:07:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08214 for cvs-sys-outgoing; Sun, 7 Jun 1998 23:07:01 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08024; Sun, 7 Jun 1998 23:05:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07531; Sun, 7 Jun 1998 23:04:14 -0700 (PDT) Date: Sun, 7 Jun 1998 23:04:14 -0700 (PDT) Message-Id: <199806080604.XAA07531@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_fil.h ip_fil.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 23:04:14 PDT Modified files: sys/netinet ip_fil.h ip_fil.c Log: ip_fil.h has 9 separate declarations of iplioctl() in a disgusting ifdef tangle. The previous commit to ip_fil.h didn't change the one that actually applies to the current FreeBSD kernel, of course. Fixed. Fixed style bugs in previous commit to ip_fil.h. Revision Changes Path 1.4 +5 -3 src/sys/netinet/ip_fil.h 1.4 +3 -2 src/sys/netinet/ip_fil.c