diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
commit | cb81e6484d1f50ec2761f6294722407b14add525 (patch) | |
tree | 81fb6290ef50af3488a5ee0f97150b6503df6a3f /util-linux/mount.c | |
parent | 74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff) | |
download | busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2 busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip |
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 49d086c97..d89e286fc 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini mount implementation for busybox | 3 | * Mini mount implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -25,7 +25,7 @@ | |||
25 | * | 25 | * |
26 | * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. | 26 | * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. |
27 | * | 27 | * |
28 | * 1999-10-07 Erik Andersen <andersee@debian.org>. | 28 | * 1999-10-07 Erik Andersen <andersen@codepoet.org>. |
29 | * Rewrite of a lot of code. Removed mtab usage (I plan on | 29 | * Rewrite of a lot of code. Removed mtab usage (I plan on |
30 | * putting it back as a compile-time option some time), | 30 | * putting it back as a compile-time option some time), |
31 | * major adjustments to option parsing, and some serious | 31 | * major adjustments to option parsing, and some serious |