From owner-p4-projects@FreeBSD.ORG Sun Jul 22 13:27:22 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D69DE106566C; Sun, 22 Jul 2012 13:27:21 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F8A9106566B for ; Sun, 22 Jul 2012 13:27:21 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 772328FC14 for ; Sun, 22 Jul 2012 13:27:21 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id q6MDRL09063167 for ; Sun, 22 Jul 2012 13:27:21 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id q6MDRLQn063164 for perforce@freebsd.org; Sun, 22 Jul 2012 13:27:21 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 22 Jul 2012 13:27:21 GMT Message-Id: <201207221327.q6MDRLQn063164@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 214756 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2012 13:27:23 -0000 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 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"