From owner-cvs-all Mon Sep 28 15:56:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15351 for cvs-all-outgoing; Mon, 28 Sep 1998 15:56:53 -0700 (PDT) (envelope-from owner-cvs-all) 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 PAA15305; Mon, 28 Sep 1998 15:56:44 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00845; Mon, 28 Sep 1998 15:56:37 -0700 (PDT) Date: Mon, 28 Sep 1998 15:56:37 -0700 (PDT) Message-Id: <199809282256.PAA00845@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/09/28 15:56:37 PDT Modified files: sbin/ipfw ipfw.c Log: The flags type was recently changed from u_short to u_int, breaking icmptypes. PR: 8067 Submitted by: Jonathan Hanna While I'm here, staticize functions. Revision Changes Path 1.60 +10 -10 src/sbin/ipfw/ipfw.c