diff options
Diffstat (limited to 'ddb/db_mp.c')
-rw-r--r-- | ddb/db_mp.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ddb/db_mp.c b/ddb/db_mp.c index 607c24d..3e4f6ed 100644 --- a/ddb/db_mp.c +++ b/ddb/db_mp.c @@ -1,26 +1,26 @@ -/* +/* * Mach Operating System * Copyright (c) 1993,1992 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * 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 "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to - * + * * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU * School of Computer Science * Carnegie Mellon University * Pittsburgh PA 15213-3890 - * - * any improvements or extensions that they make and grant Carnegie Mellon + * + * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ #include "mach_kdb.h" @@ -145,7 +145,7 @@ db_leave() /* - * invoke kernel debugger on slave processors + * invoke kernel debugger on slave processors */ void @@ -336,4 +336,4 @@ db_console() #endif /* NCPUS > 1 */ -#endif MACH_KDB +#endif /* MACH_KDB */ |