1
0
mirror of https://github.com/simh/simh.git synced 2026-02-09 17:52:36 +00:00

BESM6: Cleanup for build on OS X,

This commit is contained in:
Mark Pizzolato
2015-01-06 19:20:36 -08:00
committed by Leo Broukhis
parent 5fd8b63cf4
commit 0f1e233366
2 changed files with 9 additions and 7 deletions

View File

@@ -443,7 +443,7 @@ void vt_putc (int num, int c)
/*
* Sending a string to a terminal with the given number.
*/
void vt_puts (int num, const unsigned char *s)
void vt_puts (int num, const char *s)
{
TMLN *t = &tty_line [num];