diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-24 03:19:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-24 03:19:56 +0000 |
commit | 22f7683bf780785e3c29231d3d51fe9a77786c44 (patch) | |
tree | b4d37385a71c2f76906283fe6c9045eb1ea758b1 /tmpfs | |
parent | 70d79ff2e685d8aa479d580f4a889a5f437ec1e5 (diff) |
.
Diffstat (limited to 'tmpfs')
-rw-r--r-- | tmpfs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index c83500eb..1bd66fd0 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,5 +1,8 @@ 2002-03-23 Roland McGrath <roland@frob.com> + * tmpfs.c (parse_opt): Grok % suffix on number to mean percentage + of the machine's RAM. + * tmpfs.c (options): New static const variable. Add --mode/-m. (struct option_values): New type. (parse_opt): Use that for VALUES. Grok -m to set VALUES->mode. |