diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2001-12-06 10:28:40 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2001-12-06 10:28:40 +0000 |
| commit | 72f2d1c3a374ce83ee25b060a1739fcfb83ef8a7 (patch) | |
| tree | 7e5a7eb7c32f8bb12a4e0cfe1096ab22a0488ac3 /sys/dev | |
| parent | dc53d004381fce797baa88266120863dcee2d50d (diff) | |
#endif ... -> #endif /* ... */
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/qbus/if_il.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/qbus/if_il.c b/sys/dev/qbus/if_il.c index 6cd709f4ead..a781dad60a8 100644 --- a/sys/dev/qbus/if_il.c +++ b/sys/dev/qbus/if_il.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_il.c,v 1.2 2001/11/13 07:11:24 lukem Exp $ */ +/* $NetBSD: if_il.c,v 1.3 2001/12/06 10:28:40 msaitoh Exp $ */ /* * Copyright (c) 1982, 1986 Regents of the University of California. * All rights reserved. @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_il.c,v 1.2 2001/11/13 07:11:24 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_il.c,v 1.3 2001/12/06 10:28:40 msaitoh Exp $"); #include "opt_inet.h" #include "opt_ns.h" @@ -376,7 +376,7 @@ ilinit(struct ifnet *ifp) goto too_many_multis; } } -#endif MULTI +#endif /* MULTICAST */ /* * Set board online. * Hang receive buffer and start any pending |
