Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2012 13:27:21 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 214756 for review
Message-ID:  <201207221327.q6MDRLQn063164@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@214756?ac=10

Change 214756 by rwatson@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"



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