Comment out token after #endif.

This commit is contained in:
wiz 2002-05-16 19:40:53 +00:00
parent da0b574ae0
commit 79deb5d12d
3 changed files with 6 additions and 6 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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_ */