Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2006 14:26:59 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106402 for review
Message-ID:  <200609201426.k8KEQxKc030869@repoman.freebsd.org>

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

Change 106402 by rwatson@rwatson_sesame on 2006/09/20 14:26:06

	Regenerate with strlcat() test.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/config/config.h.in#9 edit
.. //depot/projects/trustedbsd/openbsm/configure#28 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/config/config.h.in#9 (text+ko) ====

@@ -86,6 +86,9 @@
 /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H
 
+/* Define to 1 if you have the `strlcat' function. */
+#undef HAVE_STRLCAT
+
 /* Define to 1 if you have the `strrchr' function. */
 #undef HAVE_STRRCHR
 

==== //depot/projects/trustedbsd/openbsm/configure#28 (xtext) ====

@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#29 .
+# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#31 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for OpenBSM 1.0a11.
 #
@@ -22834,7 +22834,8 @@
 
 
 
-for ac_func in bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strrchr strstr strtol strtoul
+
+for ac_func in bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strlcat strrchr strstr strtol strtoul
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5



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