summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-09 07:16:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-09 07:16:48 +0000
commit884a581346678e3407118884f5234df682852327 (patch)
treee68885346bb3336f4a927116b875fbefd779f2cc /c/src/libchip
parent2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-884a581346678e3407118884f5234df682852327.tar.bz2
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/if_fxp.c: Add missing initializer.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/network/if_fxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c
index 61dc691fdc..3b1b05dc32 100644
--- a/c/src/libchip/network/if_fxp.c
+++ b/c/src/libchip/network/if_fxp.c
@@ -209,7 +209,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1037, "Intel Pro/100 Ethernet", UNTESTED },
{ 0x1038, "Intel Pro/100 Ethernet", UNTESTED },
{ 0x103B, "Intel Pro/100 Ethernet (82801BD PRO/100 VM (LOM))", 0 },
- { 0, NULL },
+ { 0, NULL, 0 }
};
#if 0