From 08e9358f95fc61830913a64bab02edbc0f1facd5 Mon Sep 17 00:00:00 2001 From: jshepher <> Date: Tue, 21 Dec 2004 01:01:44 +0000 Subject: [PATCH] setvar/putvar -> setenv/putenv. Gunther Nikl actually rewrote __request.c --- libnix/sources/history | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libnix/sources/history b/libnix/sources/history index 07b1656..ee36ff2 100755 --- a/libnix/sources/history +++ b/libnix/sources/history @@ -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 -- 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)