setvar/putvar -> setenv/putenv.

Gunther Nikl actually rewrote __request.c
This commit is contained in:
jshepher 2004-12-21 01:01:44 +00:00
parent d31d8fb2cc
commit 08e9358f95
1 changed files with 2 additions and 3 deletions

View File

@ -371,12 +371,11 @@ S general code cleanup
V2.0
V2.1
F added putvar, setvar, mktemp, mkstemp
F added putenv, setenv, mktemp, mkstemp
V2.2
Minor include shuffle to avoid having to patch <devices/timer.h> -- thanks to Christian Siebert
Got rid of GCC 3.x warnings about casting lvalues -- rewrote memset.
bcopy and bzero now call memset.
Removed duplicate files snprintf and vsnprintf -- they were wrong anyways.
__request.c -- rewritten in C (Christian Siebert)
__request.c -- rewritten in C (Gunther Nikl)