aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-02-13 02:19:29 +0000
committerBruce Evans <bde@FreeBSD.org>1998-02-13 02:19:29 +0000
commitb7aa38c1e3717649c95f58b0d01935b689bbda6a (patch)
tree83b9a9d195d58b097b500ae8880241a03cffd3a2 /sys/ddb/ddb.h
parent2f253e75c830341a4fe130a3c7aa042fb0ab9a59 (diff)
downloadsrc-b7aa38c1e3717649c95f58b0d01935b689bbda6a.tar.gz
src-b7aa38c1e3717649c95f58b0d01935b689bbda6a.zip
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.
Notes
Notes: svn path=/head/; revision=33296
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 6376a2000e1f..a5638947728f 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;