NetBSD/sys/arch/pmax/stand/libsa
jonathan e82e5facd0 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.
1996-09-30 01:14:39 +00:00
..
Makefile Many changes from Jonathan Stone and a few from me to make small boot blocks and handle NetBSD a.out 1995-01-18 06:53:36 +00:00
callvec.c Update pmax kernel to compile with -Werror: 1995-09-25 21:06:29 +00:00
dec_boot.h new RCS ID format. 1994-10-26 21:08:38 +00:00
dec_exec.h new RCS ID format. 1994-10-26 21:08:38 +00:00
dec_prom.h Add fake, bogus prototype for gettcinfo(), with "void" arglist. 1996-09-21 03:33:18 +00:00
devopen.c Add "const" to second argument to devopen.c, to match sys/lib/libsa/stand.h. 1996-09-30 01:02:06 +00:00
getenv.c Add _ prefix to the PROM-callback-vector entrypoint in standalone 1996-09-30 01:14:39 +00:00
gets.c Add _ prefix to the PROM-callback-vector entrypoint in standalone 1996-09-30 01:14:39 +00:00
strcat.c Add _ prefix to the PROM-callback-vector entrypoint in standalone 1996-09-30 01:14:39 +00:00
strcmp.c Change PROM callback from "strcmp" to "_strcmp", which is what 1995-10-26 01:39:49 +00:00
strcpy.c Add _ prefix to the PROM-callback-vector entrypoint in standalone 1996-09-30 01:14:39 +00:00