Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/dev Initialize the two new members of "struc...



details:   https://anonhg.NetBSD.org/src/rev/a6e8baeba38e
branches:  trunk
changeset: 544009:a6e8baeba38e
user:      he <he%NetBSD.org@localhost>
date:      Sat Mar 08 09:47:13 2003 +0000

description:
Initialize the two new members of "struct consdev" to NULL so that
this file compiles again.

diffstat:

 sys/arch/evbarm/dev/plcom.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r aeb301d916f5 -r a6e8baeba38e sys/arch/evbarm/dev/plcom.c
--- a/sys/arch/evbarm/dev/plcom.c       Sat Mar 08 09:42:56 2003 +0000
+++ b/sys/arch/evbarm/dev/plcom.c       Sat Mar 08 09:47:13 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: plcom.c,v 1.5 2002/10/23 09:11:01 jdolecek Exp $       */
+/*     $NetBSD: plcom.c,v 1.6 2003/03/08 09:47:13 he Exp $     */
 
 /*-
  * Copyright (c) 2001 ARM Ltd
@@ -2153,7 +2153,7 @@
  */
 struct consdev plcomcons = {
        NULL, NULL, plcomcngetc, plcomcnputc, plcomcnpollc, NULL,
-       NODEV, CN_NORMAL
+       NULL, NULL, NODEV, CN_NORMAL
 };
 
 



Home | Main Index | Thread Index | Old Index