summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.h
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-09-01 04:27:02 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-09-01 04:27:02 +0000
commit8914cd626399f03c18d2aee382c16f60d822e691 (patch)
tree4046fe0eef50232eb60fd0cb21c759908628b242 /sys/ddb/db_command.h
parentc9351a43ab1066d6c7c4b9e3693f6e80bcd46386 (diff)
the sync command does not work, back it out
Diffstat (limited to 'sys/ddb/db_command.h')
-rw-r--r--sys/ddb/db_command.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h
index 71f639dbcfe..3b0f44b821e 100644
--- a/sys/ddb/db_command.h
+++ b/sys/ddb/db_command.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_command.h,v 1.8 1998/08/30 15:38:26 art Exp $ */
+/* $OpenBSD: db_command.h,v 1.9 1998/09/01 04:27:01 art Exp $ */
/* $NetBSD: db_command.h,v 1.8 1996/02/05 01:56:55 christos Exp $ */
/*
@@ -49,7 +49,6 @@ void db_fncall __P((db_expr_t, int, db_expr_t, char *));
void db_boot_sync_cmd __P((db_expr_t, int, db_expr_t, char *));
void db_boot_crash_cmd __P((db_expr_t, int, db_expr_t, char *));
void db_boot_dump_cmd __P((db_expr_t, int, db_expr_t, char *));
-void db_sync_cmd __P((db_expr_t, int, db_expr_t, char *));
db_addr_t db_dot; /* current location */
db_addr_t db_last_addr; /* last explicit address typed */