Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 01:14:34 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19681 for review
Message-ID:  <200210200814.g9K8EYtf029076@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19681

Change 19681 by jmallett@jmallett_luna on 2002/10/20 01:14:24

	We have stpcpy(3) now.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/binutils/as/mips-freebsd/config.h#2 edit

Differences ...

==== //depot/projects/mips/gnu/usr.bin/binutils/as/mips-freebsd/config.h#2 (text+ko) ====

@@ -88,7 +88,7 @@
 #define HAVE_SETLOCALE 1
 
 /* Define if you have the stpcpy function.  */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
 
 /* Define if you have the strcasecmp function.  */
 #define HAVE_STRCASECMP 1
@@ -241,7 +241,7 @@
 #define TARGET_OS "freebsd5.0"
 
 /* Define if you have the stpcpy function */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
 
 /* Define if your locale.h file contains LC_MESSAGES. */
 #define HAVE_LC_MESSAGES 1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210200814.g9K8EYtf029076>