From owner-cvs-ports Mon Jul 7 19:34:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA22841 for cvs-ports-outgoing; Mon, 7 Jul 1997 19:34:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA22746; Mon, 7 Jul 1997 19:33:11 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA01262; Mon, 7 Jul 1997 19:32:41 -0700 (PDT) Date: Mon, 7 Jul 1997 19:32:41 -0700 (PDT) Message-Id: <199707080232.TAA01262@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/net/ucd-snmp/patches patch-af Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/07/07 19:32:41 PDT Modified files: net/ucd-snmp/patches patch-af Log: Make this port work on 3.0's "compatability challenged" network include files. ie: #include before and #include after . Otherwise it doesn't see any of the ifnet.if_ibytes etc variables and resorts to approximations like bytes = npackets * 308;... :-( Revision Changes Path 1.5 +914 -4 ports/net/ucd-snmp/patches/patch-af