PERFORCE change 214756 for review

Robert Watson rwatson at FreeBSD.org
Sun Jul 22 13:27:23 UTC 2012


http://p4web.freebsd.org/@@214756?ac=10

Change 214756 by rwatson at rwatson_cinnamon on 2012/07/22 13:27:02

	Generate configure following vis(3) changes to OpenBSM.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/config/config.h.in#22 edit
.. //depot/projects/trustedbsd/openbsm/configure#62 edit

Differences ...

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

@@ -140,6 +140,9 @@
 /* Define to 1 if you have the <vfork.h> header file. */
 #undef HAVE_VFORK_H
 
+/* Define to 1 if you have the `vis' function. */
+#undef HAVE_VIS
+
 /* Define to 1 if `fork' works. */
 #undef HAVE_WORKING_FORK
 

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

@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#58 .
+# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#60 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for OpenBSM 1.2alpha1.
 #
@@ -12858,7 +12858,7 @@
 fi
 done
 
-for ac_func in bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strlcat strlcpy strrchr strstr strtol strtoul pthread_mutex_lock
+for ac_func in bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strlcat strlcpy strrchr strstr strtol strtoul pthread_mutex_lock vis
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"


More information about the p4-projects mailing list