Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2008 17:55:07 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 152882 for review
Message-ID:  <200811121755.mACHt7hM005962@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/types.h>
@@ -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 },



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