aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-07-14 11:06:38 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-07-14 11:06:38 +0000
commit33e8e3839c73f12a2fdf8ec051cd3b859383b1c9 (patch)
treee647b0899b3a554f831ae265b2cf897b1c6a762e /ChangeLog
parentFix compile error with previous change, and return rather then exit(). (diff)
downloadsandbox-33e8e3839c73f12a2fdf8ec051cd3b859383b1c9.tar.gz
sandbox-33e8e3839c73f12a2fdf8ec051cd3b859383b1c9.tar.bz2
sandbox-33e8e3839c73f12a2fdf8ec051cd3b859383b1c9.zip
Fix getcwd, bug #98419.
URL: http://bugs.gentoo.org/98419 Signed-off-by: Martin Schlemmer <azarah@gentoo.org> Reported-by: bartron <bartron@gmx.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d01b5c..6b3f207 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header$
+ 14 July 2005; Martin Schlemmer <azarah@gentoo.org> getcwd.c:
+ Fix getcwd, bug #98419.
+
08 July 2005; Martin Schlemmer <azarah@gentoo.org> sandbox.c, sandbox_futils.c,
libsandbox.c:
- Try to cleanup and make error handling/printing consistent.