diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2005-02-24 01:48:44 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2005-02-24 01:48:44 +0000 |
commit | 9ac24fc02219f3b7bdf0cdfdf6d557a215f060f0 (patch) | |
tree | 696f98ca39683690862a45f114b64e6a6d7667e1 /init/ChangeLog | |
parent | 9b12211004abab7dd59716b1f583c00e7ae58ebf (diff) |
2005-02-24 Ben Asselstine <benasselstine@gmail.com>
* init.c (main): Only pass ARGP_NO_ERRS to argp_parse when invoked
by the bootstrap filesystem.
(flags): New variable.
Diffstat (limited to 'init/ChangeLog')
-rw-r--r-- | init/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index d66981d6..c39c970c 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,9 @@ +2005-02-24 Ben Asselstine <benasselstine@gmail.com> + + * init.c (main): Only pass ARGP_NO_ERRS to argp_parse when invoked + by the bootstrap filesystem. + (flags): New variable. + 2002-05-07 Roland McGrath <roland@frob.com> * init.c (reboot_system): u_int -> size_t |