fix incomplete initializers

This commit is contained in:
christos 2006-08-30 00:42:41 +00:00
parent 2ddf5cde1a
commit 16f3fda8be
2 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: eap.c,v 1.85 2006/07/01 15:22:06 chap Exp $ */ /* $NetBSD: eap.c,v 1.86 2006/08/30 00:42:41 christos Exp $ */
/* $OpenBSD: eap.c,v 1.6 1999/10/05 19:24:42 csapuntz Exp $ */ /* $OpenBSD: eap.c,v 1.6 1999/10/05 19:24:42 csapuntz Exp $ */
/* /*
@ -58,7 +58,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: eap.c,v 1.85 2006/07/01 15:22:06 chap Exp $"); __KERNEL_RCSID(0, "$NetBSD: eap.c,v 1.86 2006/08/30 00:42:41 christos Exp $");
#include "midi.h" #include "midi.h"
#include "joy_eap.h" #include "joy_eap.h"
@ -266,6 +266,7 @@ static const struct audio_hw_if eap1370_hw_if = {
eap_trigger_output, eap_trigger_output,
eap_trigger_input, eap_trigger_input,
NULL, NULL,
NULL,
}; };
static const struct audio_hw_if eap1371_hw_if = { static const struct audio_hw_if eap1371_hw_if = {
@ -296,6 +297,7 @@ static const struct audio_hw_if eap1371_hw_if = {
eap_trigger_output, eap_trigger_output,
eap_trigger_input, eap_trigger_input,
NULL, NULL,
NULL,
}; };
#if NMIDI > 0 #if NMIDI > 0

View File

@ -1,4 +1,4 @@
/* $NetBSD: ehci.c,v 1.110 2006/05/28 13:20:02 blymn Exp $ */ /* $NetBSD: ehci.c,v 1.111 2006/08/30 00:49:56 christos Exp $ */
/* /*
* Copyright (c) 2004,2005 The NetBSD Foundation, Inc. * Copyright (c) 2004,2005 The NetBSD Foundation, Inc.
@ -61,7 +61,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.110 2006/05/28 13:20:02 blymn Exp $"); __KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.111 2006/08/30 00:49:56 christos Exp $");
#include "ohci.h" #include "ohci.h"
#include "uhci.h" #include "uhci.h"
@ -1635,7 +1635,8 @@ Static usb_hub_descriptor_t ehci_hubd = {
{0,0}, {0,0},
0, 0,
0, 0,
{0}, {""},
{""},
}; };
Static int Static int