summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-13 02:19:29 +0000
committerbde <bde@FreeBSD.org>1998-02-13 02:19:29 +0000
commite159c8ff9735b3dbd503e2695d5b6f040140ce03 (patch)
treee6d877a03bcdb603b973e9b9ce816f4db67c40b7 /sys/ddb/ddb.h
parent9461b07207276f197a45e7ed0bc94bda8106f779 (diff)
downloadFreeBSD-src-e159c8ff9735b3dbd503e2695d5b6f040140ce03.zip
FreeBSD-src-e159c8ff9735b3dbd503e2695d5b6f040140ce03.tar.gz
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.
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h3
1 files changed, 1 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud