diff options
author | Erik Andersen | 2000-03-04 22:23:27 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-04 22:23:27 +0000 |
commit | 6437170cb31302d8525cd6fcbe0a2efad386ab9d (patch) | |
tree | 9c703636fa112255e7e73db890657d3598b17f02 /busybox.def.h | |
parent | 029011b9eeaf491d00fda1d072c4c6094df96c3a (diff) | |
download | busybox-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 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index d42be44..3407b2c 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -25,6 +25,7 @@ //#define BB_FDFLUSH #define BB_FIND #define BB_FREE +#define BB_FREERAMDISK #define BB_FSCK_MINIX #define BB_GREP #define BB_GUNZIP |