From owner-cvs-all Wed Jan 27 11:00:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24890 for cvs-all-outgoing; Wed, 27 Jan 1999 11:00:53 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24883; Wed, 27 Jan 1999 11:00:51 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA10363; Wed, 27 Jan 1999 11:00:49 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Wed, 27 Jan 1999 11:00:49 -0800 (PST) Message-Id: <199901271900.LAA10363@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_aout.c db_elf.c db_kld.c db_ps.c db_sym.c db_sym.h ddb.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/27 11:00:49 PST Modified files: sys/ddb db_aout.c db_elf.c db_kld.c db_ps.c db_sym.c db_sym.h ddb.h Log: Changes to support -Wall, -Wcast-qual. Had to make physical code changes in db_lookup() to avoid the *cp = 0 / *cp = ':' combo ( temporary nul-terminate-then-restore-original ) on a const char * string. Revision Changes Path 1.23 +3 -3 src/sys/ddb/db_aout.c 1.5 +3 -3 src/sys/ddb/db_elf.c 1.5 +4 -4 src/sys/ddb/db_kld.c 1.17 +2 -2 src/sys/ddb/db_ps.c 1.28 +15 -12 src/sys/ddb/db_sym.c 1.16 +4 -4 src/sys/ddb/db_sym.h 1.21 +2 -2 src/sys/ddb/ddb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message