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 | |
parent | 927d3c2d73001c6ecd98a033bc6987da1d47c902 (diff) |
fix #endif; David.Sainty@MCS.VUW.AC.NZ
Diffstat (limited to 'sys')
-rw-r--r-- | sys/ddb/db_run.h | 4 | ||||
-rw-r--r-- | sys/ddb/db_watch.h | 4 | ||||
-rw-r--r-- | sys/netatalk/at.h | 4 | ||||
-rw-r--r-- | sys/nfs/nfsdiskless.h | 4 |
4 files changed, 8 insertions, 8 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_ */ diff --git a/sys/netatalk/at.h b/sys/netatalk/at.h index 62dbf13882e..224a0c6ff52 100644 --- a/sys/netatalk/at.h +++ b/sys/netatalk/at.h @@ -1,4 +1,4 @@ -/* $OpenBSD: at.h,v 1.1 1997/07/23 03:39:51 denny Exp $ */ +/* $OpenBSD: at.h,v 1.2 1997/09/06 14:49:02 deraadt Exp $ */ /* * Copyright (c) 1990,1991 Regents of The University of Michigan. @@ -144,4 +144,4 @@ extern struct domain atalkdomain; extern struct protosw atalksw[]; #endif -#endif __AT_HEADER__ +#endif /* __AT_HEADER__ */ diff --git a/sys/nfs/nfsdiskless.h b/sys/nfs/nfsdiskless.h index ff8bae1309a..75872f9474c 100644 --- a/sys/nfs/nfsdiskless.h +++ b/sys/nfs/nfsdiskless.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsdiskless.h,v 1.4 1996/04/17 04:50:37 mickey Exp $ */ +/* $OpenBSD: nfsdiskless.h,v 1.5 1997/09/06 14:48:59 deraadt Exp $ */ /* $NetBSD: nfsdiskless.h,v 1.9 1996/02/18 11:54:00 fvdl Exp $ */ /* @@ -67,5 +67,5 @@ struct nfs_diskless { int nfs_boot_init __P((struct nfs_diskless *nd, struct proc *procp)); void nfs_boot_getfh __P((struct sockaddr_in *bpsin, char *key, struct nfs_dlmount *ndmntp)); -#endif _NFS_DISKLESS_H_ +#endif /* _NFS_DISKLESS_H_ */ |