diff options
author | 1996-03-11 11:15:52 +0000 | |
---|---|---|
committer | 1996-03-11 11:15:52 +0000 | |
commit | b2471a9d0d1683f4a68c2cad449fc39ccb64ab92 (patch) | |
tree | 0559d891378289bfc3fdc5ee66571e8ebf26c085 /sys/ddb/db_interface.h | |
parent | sendmail 8.7.5 (diff) | |
download | wireguard-openbsd-b2471a9d0d1683f4a68c2cad449fc39ccb64ab92.tar.xz wireguard-openbsd-b2471a9d0d1683f4a68c2cad449fc39ccb64ab92.zip |
Debbuger changed towards the latest Mach.
Some minor changes for Linux ;) emulation.
Small bug fixes from NetBSD.
Diffstat (limited to 'sys/ddb/db_interface.h')
-rw-r--r-- | sys/ddb/db_interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_interface.h b/sys/ddb/db_interface.h index 6f1642934ac..e8026df69d4 100644 --- a/sys/ddb/db_interface.h +++ b/sys/ddb/db_interface.h @@ -1,4 +1,5 @@ -/* $OpenBSD: db_interface.h,v 1.1 1996/02/20 13:35:37 mickey Exp $ */ +/* $OpenBSD: db_interface.h,v 1.2 1996/03/11 11:16:10 mickey Exp $ */ +/* $NetBSD: db_interface.h,v 1.1 1996/02/05 01:57:03 christos Exp & */ /* * Copyright (c) 1995 Christos Zoulas. All rights reserved. |