Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen include "nbtool_config.h", not "nbtools_config.h".
details: https://anonhg.NetBSD.org/src/rev/222671eea2b1
branches: trunk
changeset: 802774:222671eea2b1
user: apb <apb%NetBSD.org@localhost>
date: Wed Oct 01 13:53:04 2014 +0000
description:
include "nbtool_config.h", not "nbtools_config.h".
diffstat:
lib/libc/gen/dehumanize_number.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 29375870714e -r 222671eea2b1 lib/libc/gen/dehumanize_number.c
--- a/lib/libc/gen/dehumanize_number.c Wed Oct 01 13:31:27 2014 +0000
+++ b/lib/libc/gen/dehumanize_number.c Wed Oct 01 13:53:04 2014 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index