From owner-p4-projects@FreeBSD.ORG Wed Nov 12 17:55:07 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CC3F01065677; Wed, 12 Nov 2008 17:55:07 +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 904BF1065674 for ; Wed, 12 Nov 2008 17:55:07 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 85B658FC16 for ; Wed, 12 Nov 2008 17:55:07 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mACHt7pw005964 for ; Wed, 12 Nov 2008 17:55:07 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mACHt7hM005962 for perforce@freebsd.org; Wed, 12 Nov 2008 17:55:07 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Wed, 12 Nov 2008 17:55:07 GMT Message-Id: <200811121755.mACHt7hM005962@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 152882 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2008 17:55:08 -0000 http://perforce.freebsd.org/chv.cgi?CH=152882 Change 152882 by rwatson@rwatson_lethe on 2008/11/12 17:54:31 Fix two compile errors on OpenSuse. Affected files ... .. //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#4 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#4 (text+ko) ==== @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#3 $ + * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#4 $ */ #include @@ -134,7 +134,7 @@ { BSM_ENOCSI, ENOCSI }, #endif #ifdef EL2HLT - { BSM_EL2HLT, EL2HLT }. + { BSM_EL2HLT, EL2HLT }, #endif { BSM_EDEADLK, EDEADLK }, { BSM_ENOLCK, ENOLCK }, @@ -302,7 +302,7 @@ { BSM_EISNAM, EISNAM }, #endif #ifdef EREMOTEIO - { BSM_ERMOTEIO, ERMOTEIO }, + { BSM_EREMOTEIO, EREMOTEIO }, #endif #ifdef ENOMEDIUM { BSM_ENOMEDIUM, ENOMEDIUM },