From d3e43f5bfda0bdad7a829a7ed8c1272a395b196b Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 25 Jul 2018 01:16:24 +0200 Subject: kern/{fmt,shell}: update from upstream The shell module has been "objectified" and now supports multiple instances with shareable command sets. --- kern/fmt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'kern/fmt.c') diff --git a/kern/fmt.c b/kern/fmt.c index 61eef79e..414ab1f1 100644 --- a/kern/fmt.c +++ b/kern/fmt.c @@ -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; -- cgit v1.2.3