diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-11 11:16:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-11 11:16:51 +0000 |
commit | 8bac3df8ddd2f4ae7dd7eb669a82db56e09d0968 (patch) | |
tree | 1be9d4fa61c829ff90305cb4c90f18b9017343f3 /sys/ddb/db_extern.h | |
parent | 6fb003425ef619cb30447d98c97795e0c09b597b (diff) |
Debbuger changed towards the latest Mach.
Some minor changes for Linux ;) emulation.
Small bug fixes from NetBSD.
Diffstat (limited to 'sys/ddb/db_extern.h')
-rw-r--r-- | sys/ddb/db_extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_extern.h b/sys/ddb/db_extern.h index 6254cedc949..9c19f79e6d8 100644 --- a/sys/ddb/db_extern.h +++ b/sys/ddb/db_extern.h @@ -1,4 +1,5 @@ -/* $OpenBSD: db_extern.h,v 1.1 1996/02/20 13:35:36 mickey Exp $ */ +/* $OpenBSD: db_extern.h,v 1.2 1996/03/11 11:16:07 mickey Exp $ */ +/* $NetBSD: db_extern.h,v 1.1 1996/02/05 01:57:00 christos Exp $ */ /* * Copyright (c) 1995 Christos Zoulas. All rights reserved. |