Date: Thu, 5 Sep 2002 02:11:20 -0700 (PDT) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gcore elfcore.c gcore.c md-nop.c Message-ID: <200209050911.g859BKiB068980@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <arpa/inet.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209050911.g859BKiB068980>