shithub: scc

Download patch

ref: 02036f3d5bb8ab631979aa302bff1433a83bf325
parent: 0eb2e050cb6322d122b284e2645acbf876eae176
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Dec 12 07:47:58 EST 2017

[lib/c] Remove unneeded inclusion

Errno is not used anymore in the file, so the inclusion
can be removed without problems.

--- a/lib/c/vfprintf.c
+++ b/lib/c/vfprintf.c
@@ -7,7 +7,6 @@
  *       even to read this file.
  */ 
 #include <ctype.h>
-#include <errno.h>
 #include <limits.h>
 #include <stdarg.h>
 #include <stdint.h>