summaryrefslogtreecommitdiff
path: root/ddb/db_watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_watch.h')
-rw-r--r--ddb/db_watch.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ddb/db_watch.h b/ddb/db_watch.h
index 9192bbd..6e28403 100644
--- a/ddb/db_watch.h
+++ b/ddb/db_watch.h
@@ -1,25 +1,25 @@
-/*
+/*
* Mach Operating System
* Copyright (c) 1991,1990 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
* the rights to redistribute these changes.
*/
@@ -58,6 +58,6 @@ extern void db_set_watchpoint(/* task_t task, db_addr_t addr, vm_size_t size */)
extern void db_delete_watchpoint(/* task_t task, db_addr_t addr */);
extern void db_list_watchpoints();
-#endif _DDB_DB_WATCH_
+#endif /* _DDB_DB_WATCH_ */
-#endif MACH_KDB
+#endif /* MACH_KDB */