Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libutil Add hooks for reachover builds from src/tools/co...
details: https://anonhg.NetBSD.org/src/rev/ab4677035e9e
branches: trunk
changeset: 521022:ab4677035e9e
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Jan 21 23:33:36 2002 +0000
description:
Add hooks for reachover builds from src/tools/compat.
diffstat:
lib/libutil/fparseln.c | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 0eeed6983471 -r ab4677035e9e lib/libutil/fparseln.c
--- a/lib/libutil/fparseln.c Mon Jan 21 23:22:17 2002 +0000
+++ b/lib/libutil/fparseln.c Mon Jan 21 23:33:36 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fparseln.c,v 1.10 2000/07/05 11:46:40 ad Exp $ */
+/* $NetBSD: fparseln.c,v 1.11 2002/01/21 23:33:36 lukem Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -29,9 +29,12 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#else
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fparseln.c,v 1.10 2000/07/05 11:46:40 ad Exp $");
+__RCSID("$NetBSD: fparseln.c,v 1.11 2002/01/21 23:33:36 lukem Exp $");
#endif
#include <assert.h>
@@ -40,6 +43,9 @@
#include <string.h>
#include <stdlib.h>
#include <util.h>
+#endif /* ! HAVE_CONFIG_H */
+
+#if ! HAVE_FPARSELN
static int isescaped(const char *, const char *, int);
@@ -219,3 +225,4 @@
*/
#endif /* TEST */
+#endif /* ! HAVE_FPARSELN */
Home |
Main Index |
Thread Index |
Old Index