summaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorErik Andersen2000-03-04 22:23:27 +0000
committerErik Andersen2000-03-04 22:23:27 +0000
commit6437170cb31302d8525cd6fcbe0a2efad386ab9d (patch)
tree9c703636fa112255e7e73db890657d3598b17f02 /utility.c
parent029011b9eeaf491d00fda1d072c4c6094df96c3a (diff)
downloadbusybox-6437170cb31302d8525cd6fcbe0a2efad386ab9d.zip
busybox-6437170cb31302d8525cd6fcbe0a2efad386ab9d.tar.gz
Add in freeramdisk.c, which (duh) frees ramdisks. If you have any
ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utility.c b/utility.c
index c8ce392..64c1a48 100644
--- a/utility.c
+++ b/utility.c
@@ -84,7 +84,6 @@ extern void errorMsg(char *s, ...)
va_start(p, s);
fflush(stdout);
- fprintf(stderr, "\n");
vfprintf(stderr, s, p);
fprintf(stderr, "\n");
va_end(p);
@@ -96,7 +95,6 @@ extern void fatalError(char *s, ...)
va_start(p, s);
fflush(stdout);
- fprintf(stderr, "\n");
vfprintf(stderr, s, p);
fprintf(stderr, "\n");
va_end(p);