PERFORCE change 106402 for review

Robert Watson rwatson at FreeBSD.org
Wed Sep 20 07:27:03 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106402

Change 106402 by rwatson at 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


More information about the p4-projects mailing list