From owner-cvs-all Mon Aug 23 17:49:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D591414CA5; Mon, 23 Aug 1999 17:49:19 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA20362; Mon, 23 Aug 1999 17:48:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199908240048.RAA20362@freefall.freebsd.org> From: Bruce Evans Date: Mon, 23 Aug 1999 17:48:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/08/23 17:48:20 PDT Modified files: sys/netinet ip_fw.c Log: Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don't depend on gcc's feature of casting lvalues, especially for direct assignment where it doesn't even simplify the syntax. Cosmetic. Revision Changes Path 1.119 +4 -4 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message