aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-04 05:08:29 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-04 05:08:29 +0000
commitef4268efa7474ba84dc02ffc29030ad6407fedcb (patch)
treea7e405d939dc014ccb08867eb6a26ebc28c3ad74 /Changelog
parent832000f7f3e368bb00d02bf4b54cb531affdaf1b (diff)
downloadbusybox-ef4268efa7474ba84dc02ffc29030ad6407fedcb.tar.gz
This patch
- eliminates the need to have a buffer and strcpy to it - makes freeramdisk complain if it's given more than one argument Regards, Pavel Roskin
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 829232911..004bca46c 100644
--- a/Changelog
+++ b/Changelog
@@ -49,6 +49,7 @@
to Pavel Roskin.
* Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin.
* Fixed a segfault in yes when no args were given -- Pavel Roskin.
+ * Simplified freeramdisk and added argument checking -- Pavel Roskin.
* More doc updates