Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib need stdio.h for NULL...
details: https://anonhg.NetBSD.org/src/rev/0a87237d9ac2
branches: trunk
changeset: 509550:0a87237d9ac2
user: lukem <lukem%NetBSD.org@localhost>
date: Mon May 07 02:51:59 2001 +0000
description:
need stdio.h for NULL...
diffstat:
lib/libc/stdlib/strtoumax.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r f5ca9d86c881 -r 0a87237d9ac2 lib/libc/stdlib/strtoumax.c
--- a/lib/libc/stdlib/strtoumax.c Mon May 07 02:51:53 2001 +0000
+++ b/lib/libc/stdlib/strtoumax.c Mon May 07 02:51:59 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: strtoumax.c,v 1.1 2001/04/28 15:41:30 kleink Exp $ */
+/* $NetBSD: strtoumax.c,v 1.2 2001/05/07 02:51:59 lukem Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "from: @(#)strtoul.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: strtoumax.c,v 1.1 2001/04/28 15:41:30 kleink Exp $");
+__RCSID("$NetBSD: strtoumax.c,v 1.2 2001/05/07 02:51:59 lukem Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -47,6 +47,7 @@
#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
+#include <stdio.h>
#ifdef __weak_alias
__weak_alias(strtoumax, _strtoumax)
Home |
Main Index |
Thread Index |
Old Index