Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/30/1996 01:20:03
jonathan
Sun Sep 29 18:14:44 PDT 1996
Update of /cvsroot/src/sys/arch/pmax/stand/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv15762

Modified Files:
	gets.c getenv.c strcat.c strcpy.c 
Log Message:
Add _ prefix to the PROM-callback-vector entrypoint in standalone
wrappers for:
	gets.c getenv.c strcat.c strcpy.c 
so they compile again (if _KERNEL is defined).

For bootblock space reasons it would be prereable to call the PROM entrypoints
directly, via the macro wappers in de_prom.h, rather than C function wrappers.