summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-05-03 14:36:08 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-05-03 14:36:08 +0800
commit4f2272fda63451a36a3133d17d493ac4e05034be (patch)
treeae3b49bca4745fb785184cac155969a7bff196b5 /ChangeLog
parent[CD] Test __GLIBC__ instead of _GNU_SOURCE (diff)
downloaddash-4f2272fda63451a36a3133d17d493ac4e05034be.tar.gz
dash-4f2272fda63451a36a3133d17d493ac4e05034be.zip
[CD] Restored warning when getcwd fails
Somewhere along the lines the warning when getcwd fails went missing.
This patch restores it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94b37c4..2c04c19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
 	* Fixed _PATH_BSHELL warning.
 	* Test __GLIBC__ instead of _GNU_SOURCE.
+	* Restored warning when getcwd fails.
 
 2008-05-02  Herbert Xu <herbert@gondor.apana.org.au>