Module Name: src
Committed By: apb
Date: Wed Oct 1 13:53:04 UTC 2014
Modified Files:
src/lib/libc/gen: dehumanize_number.c
Log Message:
include "nbtool_config.h", not "nbtools_config.h".
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gen/dehumanize_number.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/libc/gen/dehumanize_number.c
diff -u src/lib/libc/gen/dehumanize_number.c:1.6 src/lib/libc/gen/dehumanize_number.c:1.7
--- src/lib/libc/gen/dehumanize_number.c:1.6 Wed Oct 1 12:55:39 2014
+++ src/lib/libc/gen/dehumanize_number.c Wed Oct 1 13:53:04 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: dehumanize_number.c,v 1.6 2014/10/01 12:55:39 apb Exp $ */
+/* $NetBSD: dehumanize_number.c,v 1.7 2014/10/01 13:53:04 apb Exp $ */
/*
* Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
@@ -31,12 +31,12 @@
*/
#ifdef HAVE_NBTOOL_CONFIG_H
-#include "nbtools_config.h"
+#include "nbtool_config.h"
#endif /* HAVE_NBTOOL_CONFIG_H */
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: dehumanize_number.c,v 1.6 2014/10/01 12:55:39 apb Exp $");
+__RCSID("$NetBSD: dehumanize_number.c,v 1.7 2014/10/01 13:53:04 apb Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"