diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-04 22:23:27 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-04 22:23:27 +0000 |
commit | af566fe37fcd0c762da83590a354b2a597863766 (patch) | |
tree | 9c703636fa112255e7e73db890657d3598b17f02 /busybox.def.h | |
parent | f042f3c095e99887a076427cc04de54f90fe2c29 (diff) | |
download | busybox-w32-af566fe37fcd0c762da83590a354b2a597863766.tar.gz busybox-w32-af566fe37fcd0c762da83590a354b2a597863766.tar.bz2 busybox-w32-af566fe37fcd0c762da83590a354b2a597863766.zip |
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
git-svn-id: svn://busybox.net/trunk/busybox@387 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 d42be4422..3407b2cc0 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -25,6 +25,7 @@ | |||
25 | //#define BB_FDFLUSH | 25 | //#define BB_FDFLUSH |
26 | #define BB_FIND | 26 | #define BB_FIND |
27 | #define BB_FREE | 27 | #define BB_FREE |
28 | #define BB_FREERAMDISK | ||
28 | #define BB_FSCK_MINIX | 29 | #define BB_FSCK_MINIX |
29 | #define BB_GREP | 30 | #define BB_GREP |
30 | #define BB_GUNZIP | 31 | #define BB_GUNZIP |