From owner-cvs-sys Thu Feb 12 18:21:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28684 for cvs-sys-outgoing; Thu, 12 Feb 1998 18:21:02 -0800 (PST) (envelope-from owner-cvs-sys) 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 SAA28513; Thu, 12 Feb 1998 18:19:44 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA26619; Thu, 12 Feb 1998 18:19:31 -0800 (PST) Date: Thu, 12 Feb 1998 18:19:31 -0800 (PST) Message-Id: <199802130219.SAA26619@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_command.c db_watch.c ddb.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/12 18:19:31 PST Modified files: sys/ddb db_command.c db_watch.c ddb.h Log: Ensure that the linker sets for commands exist by putting a standard command in each of them. This removes the need for hard-to-configure dummy instantiations of the sets. Revision Changes Path 1.25 +7 -15 src/sys/ddb/db_command.c 1.16 +7 -8 src/sys/ddb/db_watch.c 1.15 +1 -2 src/sys/ddb/ddb.h