From b2471a9d0d1683f4a68c2cad449fc39ccb64ab92 Mon Sep 17 00:00:00 2001 From: mickey Date: Mon, 11 Mar 1996 11:15:52 +0000 Subject: Debbuger changed towards the latest Mach. Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. --- sys/ddb/db_variables.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/ddb/db_variables.c') diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 24a077a9145..c59af61c14f 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -1,8 +1,8 @@ -/* $OpenBSD: db_variables.c,v 1.2 1996/02/20 13:35:45 mickey Exp $ */ +/* $OpenBSD: db_variables.c,v 1.3 1996/03/11 11:16:28 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. */ #include -- cgit v1.2.3-59-g8ed1b