From owner-cvs-all Thu Sep 5 2:28:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C8BF37B702; Thu, 5 Sep 2002 02:28:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08C444145; Thu, 5 Sep 2002 02:11:22 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g859BKJU068981; Thu, 5 Sep 2002 02:11:20 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g859BKiB068980; Thu, 5 Sep 2002 02:11:20 -0700 (PDT) Message-Id: <200209050911.g859BKiB068980@freefall.freebsd.org> From: David Malone Date: Thu, 5 Sep 2002 02:11:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gcore elfcore.c gcore.c md-nop.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 dwmalone 2002/09/05 02:11:20 PDT Modified files: usr.bin/gcore elfcore.c gcore.c md-nop.c Log: The changes mentioned below were accidently committed as part of my previous commit, so the commit message is incorrect for them. The actual changes were: elfcore.c 1.11: Use a uintmax_t 'cos we con't know if php->p_filesz will be a Elf32_Size or an Elf64_Size and we don't know how these relate to size_t. Change some ints to size_t and ssize_ts. gcore.c 1.28: Include for ntohl, which is used in N_BADMAG. Use a uid_t for a uid. md-nop.c 1.6: Mark some parameters as unused. Revision Changes Path 1.13 +0 -0 src/usr.bin/gcore/elfcore.c 1.29 +0 -0 src/usr.bin/gcore/gcore.c 1.7 +0 -0 src/usr.bin/gcore/md-nop.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message