diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Mini mount implementation for busybox | 2 | * Mini mount implementation for busybox |
3 | * | 3 | * |
4 | * Copyright (C) 1999 by Erik Andersen <andersee@debian.org> | 4 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
@@ -22,8 +22,12 @@ | |||
22 | * will try mounting stuff with all fses when passed -t auto | 22 | * will try mounting stuff with all fses when passed -t auto |
23 | * | 23 | * |
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 | * 1999-10-07 Erik Andersen. Rewrote of a lot of code. Removed mtab | 25 | * |
26 | * usage, major adjustments, and some serious dieting all around. | 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 | ||
28 | * putting it back as a compile-time option some time), | ||
29 | * major adjustments to option parsing, and some serious | ||
30 | * dieting all around. | ||
27 | */ | 31 | */ |
28 | 32 | ||
29 | #include "internal.h" | 33 | #include "internal.h" |