about summary refs log tree commit diff
path: root/mach/mach_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'mach/mach_error.h')
-rw-r--r--mach/mach_error.h26
1 files changed, 16 insertions, 10 deletions
diff --git a/mach/mach_error.h b/mach/mach_error.h
index f88d1732e8..78f7c526ea 100644
--- a/mach/mach_error.h
+++ b/mach/mach_error.h
@@ -1,31 +1,37 @@
-/* 
+/*
  * Mach Operating System
  * Copyright (c) 1991,1990,1989 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 
+ *
+ * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS
  * 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 the
  * rights to redistribute these changes.
  */
 /*
  * HISTORY
  * $Log$
+ * Revision 1.4  2001/04/01 05:03:14  roland
+ * 2001-03-11  Roland McGrath  <roland@frob.com>
+ *
+ * 	* mach/mach_error.h: Fix ancient #endif syntax.
+ * 	* hurd/hurdmalloc.c: Likewise.
+ *
  * Revision 1.3  1997/03/16 17:42:25  drepper
  * (mach_error_string, mach_error, mach_error_type): Always provide
  * prototypes.
@@ -53,10 +59,10 @@
  *
  * Revision 2.2  92/01/16  00:08:10  rpd
  * 	Moved from user collection to mk collection.
- * 
+ *
  * Revision 2.2  91/03/27  15:39:13  mrt
  * 	First checkin
- * 
+ *
  */
 /*
  *	File:	mach_error.h
@@ -93,4 +99,4 @@ const char	*mach_error_type(
 	mach_error_t	error_value
 				);
 
-#endif	_MACH_ERROR_
+#endif	/* _MACH_ERROR_ */