diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-01 04:27:02 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-01 04:27:02 +0000 |
commit | 8914cd626399f03c18d2aee382c16f60d822e691 (patch) | |
tree | 4046fe0eef50232eb60fd0cb21c759908628b242 /sys/ddb/db_command.h | |
parent | c9351a43ab1066d6c7c4b9e3693f6e80bcd46386 (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.h | 3 |
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 */ |