From owner-cvs-all Wed Jun 30 16:11: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 2FBAB15056; Wed, 30 Jun 1999 16:11:17 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93372; Wed, 30 Jun 1999 16:11:17 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199906302311.QAA93372@freefall.freebsd.org> From: Mike Smith Date: Wed, 30 Jun 1999 16:11:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/06/30 16:11:16 PDT Modified files: sys/net route.h Log: Increase the size of the route reference count from 15 bits to 31 bits. This doesn't change the size or alignment of the structure on either i386 or Alpha, and thus should be binary-compatible (modulo problems with old applications and routes with more than 2^15 references). Reviewed by: peter Revision Changes Path 1.30 +2 -3 src/sys/net/route.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message