Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Initialize the new function pointers to...



details:   https://anonhg.NetBSD.org/src/rev/e31f7469b652
branches:  trunk
changeset: 543998:e31f7469b652
user:      he <he%NetBSD.org@localhost>
date:      Sat Mar 08 01:18:42 2003 +0000

description:
Initialize the new function pointers to NULL, so this compiles again.

diffstat:

 sys/arch/alpha/alpha/prom.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r eda4b6b90625 -r e31f7469b652 sys/arch/alpha/alpha/prom.c
--- a/sys/arch/alpha/alpha/prom.c       Sat Mar 08 00:22:29 2003 +0000
+++ b/sys/arch/alpha/alpha/prom.c       Sat Mar 08 01:18:42 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: prom.c,v 1.43 2003/01/17 22:11:18 thorpej Exp $ */
+/* $NetBSD: prom.c,v 1.44 2003/03/08 01:18:42 he Exp $ */
 
 /* 
  * Copyright (c) 1992, 1994, 1995, 1996 Carnegie Mellon University
@@ -27,7 +27,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: prom.c,v 1.43 2003/01/17 22:11:18 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: prom.c,v 1.44 2003/03/08 01:18:42 he Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -49,7 +49,7 @@
 
 /* XXX this is to fake out the console routines, while booting. */
 struct consdev promcons = { NULL, NULL, promcngetc, promcnputc,
-                           nullcnpollc, NULL, makedev(23,0), 1 };
+                           nullcnpollc, NULL, NULL, NULL, makedev(23,0), 1 };
 
 struct rpb     *hwrpb;
 int            alpha_console;



Home | Main Index | Thread Index | Old Index