diff options
| author | christos <christos@NetBSD.org> | 2006-08-30 16:59:34 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-08-30 16:59:34 +0000 |
| commit | 9d7a9c40796cb90ade395773d2fda77e090d69fd (patch) | |
| tree | 59e7a420368649b86e6832410d6b29d819cdc678 /sys/dev | |
| parent | 378a57007e895f186776d04541975d8543613bd1 (diff) | |
fix initializers
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mca/if_tra_mca.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mca/if_tra_mca.c b/sys/dev/mca/if_tra_mca.c index 6973eeb7e1a..48f25561535 100644 --- a/sys/dev/mca/if_tra_mca.c +++ b/sys/dev/mca/if_tra_mca.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_tra_mca.c,v 1.4 2006/03/29 06:58:14 thorpej Exp $ */ +/* $NetBSD: if_tra_mca.c,v 1.5 2006/08/30 16:59:34 christos Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_tra_mca.c,v 1.4 2006/03/29 06:58:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_tra_mca.c,v 1.5 2006/08/30 16:59:34 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -86,7 +86,7 @@ static const struct tiara_mca_product { { MCA_PRODUCT_TIARA, "Tiara LANCard/E2"}, { MCA_PRODUCT_TIARA_TP, "Tiara LANCard/E2 TP"}, { MCA_PRODUCT_SMC3016, "SMC 3016/MC"}, - { 0 } + { 0, NULL }, }; static const struct tiara_mca_product *tiara_mca_lookup __P((u_int32_t)); |
