From owner-cvs-all Fri Jun 22 9: 3:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B577E37B406; Fri, 22 Jun 2001 09:03:15 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: (from pirzyk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5MG3FV90081; Fri, 22 Jun 2001 09:03:15 -0700 (PDT) (envelope-from pirzyk) Message-Id: <200106221603.f5MG3FV90081@freefall.freebsd.org> From: Jim Pirzyk Date: Fri, 22 Jun 2001 09:03:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pirzyk 2001/06/22 09:03:15 PDT Modified files: sys/kern kern_mib.c Log: changed hostid from long to unsigned long to be able to store values > 2GB on i386 platforms. Also changed SYSCTL type from INT to ULONG and removed comment about it. PR: kern/21132 MFC after: 1 month Revision Changes Path 1.41 +3 -4 src/sys/kern/kern_mib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message