Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat Define prototypes for strsuftoll and strsuftoll...



details:   https://anonhg.NetBSD.org/src/rev/d81bd5cbf36c
branches:  trunk
changeset: 588174:d81bd5cbf36c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 11 00:56:08 2006 +0000

description:
Define prototypes for strsuftoll and strsuftollx if the one for
strsuftoll was not found by configure. Second part of nbmakefs build
on 3.0.

diffstat:

 tools/compat/compat_defs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 193370601707 -r d81bd5cbf36c tools/compat/compat_defs.h
--- a/tools/compat/compat_defs.h        Sat Feb 11 00:55:17 2006 +0000
+++ b/tools/compat/compat_defs.h        Sat Feb 11 00:56:08 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_defs.h,v 1.50 2006/02/10 07:07:20 wiz Exp $     */
+/*     $NetBSD: compat_defs.h,v 1.51 2006/02/11 00:56:08 wiz Exp $     */
 
 #ifndef        __NETBSD_COMPAT_DEFS_H__
 #define        __NETBSD_COMPAT_DEFS_H__
@@ -367,7 +367,7 @@
 char *strsep(char **, const char *);
 #endif
 
-#if !HAVE_STRSUFTOLL
+#if !HAVE_DECL_STRSUFTOLL
 long long strsuftoll(const char *, const char *, long long, long long);
 long long strsuftollx(const char *, const char *,
                        long long, long long, char *, size_t);



Home | Main Index | Thread Index | Old Index