diff options
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index ae9c1aa91c4..e2165b8da6a 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_command.c,v 1.21 2001/06/27 04:58:42 art Exp $ */ +/* $OpenBSD: db_command.c,v 1.22 2001/07/04 22:15:15 espie Exp $ */ /* $NetBSD: db_command.c,v 1.20 1996/03/30 22:30:05 christos Exp $ */ /* @@ -577,4 +577,4 @@ db_boot_halt_cmd(addr, haddr, count, modif) char *modif; { boot(RB_NOSYNC | RB_HALT | RB_TIMEBAD); -}
\ No newline at end of file +} |