Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/src no need for stdio.



details:   https://anonhg.NetBSD.org/src/rev/5aaf20dd09a4
branches:  trunk
changeset: 817617:5aaf20dd09a4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Aug 27 10:03:16 2016 +0000

description:
no need for stdio.

diffstat:

 lib/libm/src/k_standard.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 03f23d43ed6b -r 5aaf20dd09a4 lib/libm/src/k_standard.c
--- a/lib/libm/src/k_standard.c Sat Aug 27 10:01:08 2016 +0000
+++ b/lib/libm/src/k_standard.c Sat Aug 27 10:03:16 2016 +0000
@@ -12,13 +12,12 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBM_SCCS) && !defined(lint)
-__RCSID("$NetBSD: k_standard.c,v 1.21 2016/08/27 10:00:38 christos Exp $");
+__RCSID("$NetBSD: k_standard.c,v 1.22 2016/08/27 10:03:16 christos Exp $");
 #endif
 
 #include "math.h"
 #include "math_private.h"
 #include <errno.h>
-#include <stdio.h>
 
 #ifndef _USE_WRITE
 #include <stdio.h>                     /* fputs(), stderr */



Home | Main Index | Thread Index | Old Index