diff options
| author | wiz <wiz@NetBSD.org> | 2002-05-16 19:40:53 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-05-16 19:40:53 +0000 |
| commit | 79deb5d12dca6202485afd64b0e2e9b158bad1ff (patch) | |
| tree | 25621ddafea1da0186f3a9c89307d381dbfe4c5d | |
| parent | da0b574ae0510a40d202aa3ccc9e940a20c36da6 (diff) | |
Comment out token after #endif.
| -rw-r--r-- | dist/ntp/kernel/tty_chu.c | 4 | ||||
| -rw-r--r-- | dist/ntp/kernel/tty_clk.c | 4 | ||||
| -rw-r--r-- | sys/arch/hpcmips/vr/vripunit.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dist/ntp/kernel/tty_chu.c b/dist/ntp/kernel/tty_chu.c index 43415e314d9..3be2b6b347b 100644 --- a/dist/ntp/kernel/tty_chu.c +++ b/dist/ntp/kernel/tty_chu.c @@ -1,4 +1,4 @@ -/* $NetBSD: tty_chu.c,v 1.1.1.1 2000/03/29 12:38:49 simonb Exp $ */ +/* $NetBSD: tty_chu.c,v 1.2 2002/05/16 19:40:53 wiz Exp $ */ /* tty_chu.c,v 3.1 1993/07/06 01:07:30 jbj Exp * tty_chu.c - CHU line driver @@ -275,4 +275,4 @@ win: splx(s); return (1); } -#endif NCHU +#endif /* NCHU */ diff --git a/dist/ntp/kernel/tty_clk.c b/dist/ntp/kernel/tty_clk.c index cfc031da162..a91d2d6e0d1 100644 --- a/dist/ntp/kernel/tty_clk.c +++ b/dist/ntp/kernel/tty_clk.c @@ -1,4 +1,4 @@ -/* $NetBSD: tty_clk.c,v 1.1.1.1 2000/03/29 12:38:49 simonb Exp $ */ +/* $NetBSD: tty_clk.c,v 1.2 2002/05/16 19:41:36 wiz Exp $ */ /* tty_clk.c,v 3.1 1993/07/06 01:07:33 jbj Exp * tty_clk.c - Generic line driver for receiving radio clock timecodes @@ -316,4 +316,4 @@ clkioctl(tp, cmd, data, flag) } return (ENOTTY); /* not quite appropriate */ } -#endif NCLK +#endif /* NCLK */ diff --git a/sys/arch/hpcmips/vr/vripunit.h b/sys/arch/hpcmips/vr/vripunit.h index b991d4e9289..93c02064af8 100644 --- a/sys/arch/hpcmips/vr/vripunit.h +++ b/sys/arch/hpcmips/vr/vripunit.h @@ -1,4 +1,4 @@ -/* $NetBSD: vripunit.h,v 1.3 2002/03/10 07:24:54 takemura Exp $ */ +/* $NetBSD: vripunit.h,v 1.4 2002/05/16 19:43:14 wiz Exp $ */ /*- * Copyright (c) 2002 TAKEMURA Shin @@ -79,6 +79,6 @@ enum vrip_unit_id { #define VRUSBU VRIP_UNIT_USBU #define VRCARDU0 VRIP_UNIT_CARDU0 #define VRCARDU1 VRIP_UNIT_CARDU1 -#endif VRIPUNIT_DEFINE_UNIT_NICKNAME +#endif /* VRIPUNIT_DEFINE_UNIT_NICKNAME */ #endif /* _VRIPUNIT_H_ */ |
