Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/qbus #endif ... -> #endif /* ... */
details: https://anonhg.NetBSD.org/src/rev/8f47e50dbd18
branches: trunk
changeset: 518829:8f47e50dbd18
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Dec 06 10:28:40 2001 +0000
description:
#endif ... -> #endif /* ... */
diffstat:
sys/dev/qbus/if_il.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d4da874ca7cb -r 8f47e50dbd18 sys/dev/qbus/if_il.c
--- a/sys/dev/qbus/if_il.c Thu Dec 06 06:07:35 2001 +0000
+++ b/sys/dev/qbus/if_il.c Thu Dec 06 10:28:40 2001 +0000
@@ -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 @@
goto too_many_multis;
}
}
-#endif MULTI
+#endif /* MULTICAST */
/*
* Set board online.
* Hang receive buffer and start any pending
Home |
Main Index |
Thread Index |
Old Index