From f29e33843f75a7d22e262864188c502f4367f6ba Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 7 Oct 2001 22:36:02 +0000 Subject: 2001-10-07 Roland McGrath * ddb/db_access.c: Fix obsolescent #else/#endif syntax. * device/dev_name.c: Likewise. * device/dev_pager.c: Likewise. * device/ds_routines.c: Likewise. * i386/i386/i386asm.sym: Likewise. * include/device/device_reply.defs: Likewise. * include/mach/memory_object.defs: Likewise. * include/mach/memory_object_default.defs: Likewise. --- i386/i386/i386asm.sym | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'i386') diff --git a/i386/i386/i386asm.sym b/i386/i386/i386asm.sym index e38a1bd..a120f5c 100644 --- a/i386/i386/i386asm.sym +++ b/i386/i386/i386asm.sym @@ -1,29 +1,29 @@ -/* +/* * Mach Operating System * Copyright (c) 1991,1990 Carnegie Mellon University - * Copyright (c) 1991 IBM Corporation + * Copyright (c) 1991 IBM Corporation * 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, - * and that the name IBM not be used in advertising or publicity + * and that the name IBM not be used in advertising or publicity * pertaining to distribution of the software without specific, written * prior permission. - * + * * CARNEGIE MELLON AND IBM ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON AND IBM DISCLAIM 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 * the rights to redistribute these changes. */ @@ -120,12 +120,12 @@ expr (VM_MIN_KERNEL_ADDRESS>>PDESHIFT)*sizeof(pt_entry_t) KERNELBASEPDE #if MACH_KDB expr RB_KDB -#endif MACH_KDB +#endif /* MACH_KDB */ #if NCPUS > 1 offset mp_desc_table mp gdt offset mp_desc_table mp idt -#endif NCPUS > 1 +#endif /* NCPUS > 1 */ expr INTSTACK_SIZE #if !STAT_TIME @@ -136,4 +136,3 @@ expr TIMER_HIGH_UNIT offset thread th system_timer offset thread th user_timer #endif - -- cgit v1.2.3