Update to match change to dec_prom.h.
This commit is contained in:
parent
069fe2afa8
commit
fb32aadb50
@ -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
|
* Copyright (c) 1992, 1993
|
||||||
@ -45,7 +45,7 @@ struct callback callvec = {
|
|||||||
._strcpy = (void *)DEC_PROM_STRCPY,
|
._strcpy = (void *)DEC_PROM_STRCPY,
|
||||||
._strlen = (void *)DEC_PROM_STRLEN,
|
._strlen = (void *)DEC_PROM_STRLEN,
|
||||||
._getchar = (void *)DEC_PROM_GETCHAR,
|
._getchar = (void *)DEC_PROM_GETCHAR,
|
||||||
._gets = (void *)DEC_PROM_GETS,
|
._unsafe_gets = (void *)DEC_PROM_GETS,
|
||||||
._puts = (void *)DEC_PROM_PUTS,
|
._puts = (void *)DEC_PROM_PUTS,
|
||||||
._printf = (void *)DEC_PROM_PRINTF,
|
._printf = (void *)DEC_PROM_PRINTF,
|
||||||
._setenv = (void *)DEC_PROM_SETENV2,
|
._setenv = (void *)DEC_PROM_SETENV2,
|
||||||
|
Loading…
Reference in New Issue
Block a user