diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-06 14:49:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-06 14:49:03 +0000 |
commit | 0c3cb97aa0510604d66f337740ea9ade90232a1e (patch) | |
tree | 81fcae2ffe10d986eff041d5b0946bc60d3e1036 /sys/ddb | |
parent | 927d3c2d73001c6ecd98a033bc6987da1d47c902 (diff) |
fix #endif; David.Sainty@MCS.VUW.AC.NZ
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_run.h | 4 | ||||
-rw-r--r-- | sys/ddb/db_watch.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/ddb/db_run.h b/sys/ddb/db_run.h index 2446ef1d438..dcd5931ffce 100644 --- a/sys/ddb/db_run.h +++ b/sys/ddb/db_run.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_run.h,v 1.5 1997/07/19 22:28:57 niklas Exp $ */ +/* $OpenBSD: db_run.h,v 1.6 1997/09/06 14:49:00 deraadt Exp $ */ /* $NetBSD: db_run.h,v 1.3 1996/02/05 01:57:14 christos Exp $ */ /* @@ -64,4 +64,4 @@ extern register_t getreg_val __P((db_regs_t *, int)); #endif #endif /* SOFTWARE_SSTEP */ -#endif _DDB_DB_RUN_ +#endif /* _DDB_DB_RUN_ */ diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index 72f45dfe9c2..2e830d859fe 100644 --- a/sys/ddb/db_watch.h +++ b/sys/ddb/db_watch.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_watch.h,v 1.4 1996/04/21 22:19:22 deraadt Exp $ */ +/* $OpenBSD: db_watch.h,v 1.5 1997/09/06 14:49:01 deraadt Exp $ */ /* $NetBSD: db_watch.h,v 1.9 1996/02/05 01:57:24 christos Exp $ */ /* @@ -55,4 +55,4 @@ void db_set_watchpoints __P((void)); void db_clear_watchpoints __P((void)); boolean_t db_find_watchpoint __P((vm_map_t, db_addr_t, db_regs_t *)); -#endif _DDB_DB_WATCH_ +#endif /* _DDB_DB_WATCH_ */ |