Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src It's HAVE_NBTOOL_CONFIG_H, not HAVE_NBTOOLS_CONFIG_H
details: https://anonhg.NetBSD.org/src/rev/7d5576cd34d9
branches: trunk
changeset: 332629:7d5576cd34d9
user: apb <apb%NetBSD.org@localhost>
date: Wed Oct 01 12:55:39 2014 +0000
description:
It's HAVE_NBTOOL_CONFIG_H, not HAVE_NBTOOLS_CONFIG_H
diffstat:
lib/libc/gen/dehumanize_number.c | 9 +++++----
sbin/gpt/gpt_uuid.c | 6 +++---
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (54 lines):
diff -r a0833169e8df -r 7d5576cd34d9 lib/libc/gen/dehumanize_number.c
--- a/lib/libc/gen/dehumanize_number.c Wed Oct 01 12:33:22 2014 +0000
+++ b/lib/libc/gen/dehumanize_number.c Wed Oct 01 12:55:39 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dehumanize_number.c,v 1.5 2014/09/30 17:59:06 christos Exp $ */
+/* $NetBSD: dehumanize_number.c,v 1.6 2014/10/01 12:55:39 apb Exp $ */
/*
* Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
@@ -29,13 +29,14 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifdef HAVE_NBTOOLS_CONFIG_H
+
+#ifdef HAVE_NBTOOL_CONFIG_H
#include "nbtools_config.h"
-#endif /* HAVE_NBTOOLS_CONFIG_H */
+#endif /* HAVE_NBTOOL_CONFIG_H */
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: dehumanize_number.c,v 1.5 2014/09/30 17:59:06 christos Exp $");
+__RCSID("$NetBSD: dehumanize_number.c,v 1.6 2014/10/01 12:55:39 apb Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
diff -r a0833169e8df -r 7d5576cd34d9 sbin/gpt/gpt_uuid.c
--- a/sbin/gpt/gpt_uuid.c Wed Oct 01 12:33:22 2014 +0000
+++ b/sbin/gpt/gpt_uuid.c Wed Oct 01 12:55:39 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gpt_uuid.c,v 1.3 2014/10/01 01:07:24 jnemeth Exp $ */
+/* $NetBSD: gpt_uuid.c,v 1.4 2014/10/01 12:55:41 apb Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifdef __RCSID
-__RCSID("$NetBSD: gpt_uuid.c,v 1.3 2014/10/01 01:07:24 jnemeth Exp $");
+__RCSID("$NetBSD: gpt_uuid.c,v 1.4 2014/10/01 12:55:41 apb Exp $");
#endif
#include <stdio.h>
@@ -40,7 +40,7 @@
#include "map.h"
#include "gpt.h"
-#ifndef HAVE_NBTOOLS_CONFIG_H
+#ifndef HAVE_NBTOOL_CONFIG_H
#include <sys/endian.h>
#endif
Home |
Main Index |
Thread Index |
Old Index