diff options
author | Richard Braun <rbraun@sceen.net> | 2018-07-25 01:16:24 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-07-25 01:16:24 +0200 |
commit | d3e43f5bfda0bdad7a829a7ed8c1272a395b196b (patch) | |
tree | 897e7851a995f243afdfa5999d786541781f56a9 /kern/fmt.c | |
parent | 3a175471f4246c429e89460ab42cd6640427532a (diff) |
kern/{fmt,shell}: update from upstream
The shell module has been "objectified" and now supports multiple
instances with shareable command sets.
Diffstat (limited to 'kern/fmt.c')
-rw-r--r-- | kern/fmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -109,7 +109,6 @@ struct fmt_sscanf_state { va_list ap; unsigned int flags; int width; - int precision; unsigned int modifier; unsigned int specifier; unsigned int base; |