From owner-cvs-all Fri Jun 8 18:41: 8 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 7D51437B401; Fri, 8 Jun 2001 18:41:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f591f3W84574; Fri, 8 Jun 2001 18:41:03 -0700 (PDT) (envelope-from peter) Message-Id: <200106090141.f591f3W84574@freefall.freebsd.org> From: Peter Wemm Date: Fri, 8 Jun 2001 18:41:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore savecore.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 peter 2001/06/08 18:41:03 PDT Modified files: sbin/savecore savecore.c Log: dumpmag is 'u_long dumpmag' in the kernel, not 'int'. If this worked on the Alpha, it was because of luck that it was little endian. Tidy up the dumpsize/dumppages confusion and the out of date comments. Revision Changes Path 1.41 +7 -5 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message