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_write_cmd.c | |
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_write_cmd.c')
-rw-r--r-- | sys/ddb/db_write_cmd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index ed103f3006a..01c00d16214 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -1,8 +1,8 @@ -/* $OpenBSD: db_write_cmd.c,v 1.2 1996/02/20 13:35:48 mickey Exp $ */ +/* $OpenBSD: db_write_cmd.c,v 1.3 1996/03/11 11:16:33 mickey Exp $ */ /* * Mach Operating System - * Copyright (c) 1991,1990 Carnegie Mellon University + * Copyright (c) 1993,1992,1991,1990 Carnegie Mellon University * All Rights Reserved. * * Permission to use, copy, modify and distribute this software and its @@ -11,7 +11,7 @@ * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * @@ -22,8 +22,8 @@ * Carnegie Mellon University * Pittsburgh PA 15213-3890 * - * any improvements or extensions that they make and grant Carnegie the - * rights to redistribute these changes. + * any improvements or extensions that they make and grant Carnegie Mellon + * the rights to redistribute these changes. * * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 |