Module Name:    src
Committed By:   christos
Date:           Sat Aug 27 10:03:16 UTC 2016

Modified Files:
        src/lib/libm/src: k_standard.c

Log Message:
no need for stdio.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libm/src/k_standard.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/src/k_standard.c
diff -u src/lib/libm/src/k_standard.c:1.21 src/lib/libm/src/k_standard.c:1.22
--- src/lib/libm/src/k_standard.c:1.21	Sat Aug 27 06:00:38 2016
+++ src/lib/libm/src/k_standard.c	Sat Aug 27 06:03:16 2016
@@ -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 */

Reply via email to