Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand/common Update to match change to dec_pro...



details:   https://anonhg.NetBSD.org/src/rev/b7e2f2ecac12
branches:  trunk
changeset: 816004:b7e2f2ecac12
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jun 11 19:11:20 2016 +0000

description:
Update to match change to dec_prom.h.

diffstat:

 sys/arch/pmax/stand/common/callvec.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2b0c9e25d4c0 -r b7e2f2ecac12 sys/arch/pmax/stand/common/callvec.c
--- a/sys/arch/pmax/stand/common/callvec.c      Sat Jun 11 16:55:10 2016 +0000
+++ b/sys/arch/pmax/stand/common/callvec.c      Sat Jun 11 19:11:20 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: callvec.c,v 1.18 2009/12/14 00:46:11 matt Exp $        */
+/*     $NetBSD: callvec.c,v 1.19 2016/06/11 19:11:20 dholland Exp $    */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
        ._strcpy        = (void *)DEC_PROM_STRCPY,
        ._strlen        = (void *)DEC_PROM_STRLEN,
        ._getchar       = (void *)DEC_PROM_GETCHAR,
-       ._gets          = (void *)DEC_PROM_GETS,
+       ._unsafe_gets   = (void *)DEC_PROM_GETS,
        ._puts          = (void *)DEC_PROM_PUTS,
        ._printf        = (void *)DEC_PROM_PRINTF,
        ._setenv        = (void *)DEC_PROM_SETENV2,



Home | Main Index | Thread Index | Old Index