From e159c8ff9735b3dbd503e2695d5b6f040140ce03 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 13 Feb 1998 02:19:29 +0000 Subject: 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. --- sys/ddb/ddb.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/ddb/ddb.h') diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 6376a20..a563894 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ddb.h,v 1.14 1997/02/22 09:28:35 peter Exp $ */ /* @@ -112,7 +112,6 @@ db_cmdfcn_t db_delete_cmd; db_cmdfcn_t db_deletewatch_cmd; db_cmdfcn_t db_examine_cmd; db_cmdfcn_t db_listbreak_cmd; -db_cmdfcn_t db_listwatch_cmd; db_cmdfcn_t db_print_cmd; db_cmdfcn_t db_ps; db_cmdfcn_t db_search_cmd; -- cgit v1.1