diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-15 22:28:50 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-01-15 22:28:50 +0000 |
commit | b70b4fb69631f8c6983d408934eb264e70b73028 (patch) | |
tree | fe0c764cb41cc3ea86c3dcd270e48fa6a1abebcd /util-linux | |
parent | af85d86cf00c6ad478e1016f75ed6d55200751fc (diff) | |
download | busybox-w32-b70b4fb69631f8c6983d408934eb264e70b73028.tar.gz busybox-w32-b70b4fb69631f8c6983d408934eb264e70b73028.tar.bz2 busybox-w32-b70b4fb69631f8c6983d408934eb264e70b73028.zip |
Sync up busybox with the latest and greatest. This is not stuff for
the Embedix release.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@309 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/mount.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 8777a3be4..713e5e850 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -24,11 +24,13 @@ | |||
24 | * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. | 24 | * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. |
25 | * | 25 | * |
26 | * 1999-10-07 Erik Andersen <andersen@lineo.com>, <andersee@debian.org>. | 26 | * 1999-10-07 Erik Andersen <andersen@lineo.com>, <andersee@debian.org>. |
27 | * Rewrote of a lot of code. Removed mtab usage (I plan on | 27 | * Rewrite of a lot of code. Removed mtab usage (I plan on |
28 | * putting it back as a compile-time option some time), | 28 | * putting it back as a compile-time option some time), |
29 | * major adjustments to option parsing, and some serious | 29 | * major adjustments to option parsing, and some serious |
30 | * dieting all around. | 30 | * dieting all around. |
31 | * | 31 | * |
32 | * 1999-11-06 mtab suppport is back - andersee | ||
33 | * | ||
32 | * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's | 34 | * 2000-01-12 Ben Collins <bcollins@debian.org>, Borrowed utils-linux's |
33 | * mount to add loop support. | 35 | * mount to add loop support. |
34 | */ | 36 | */ |