Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2010 18:17:30 GMT
From:      Efstratios Karatzas <gpf@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 182328 for review
Message-ID:  <201008121817.o7CIHUEV092571@skunkworks.freebsd.org>

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

Change 182328 by gpf@gpf_desktop on 2010/08/12 18:17:09

	- fix typos in libbsm

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#21 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#21 (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#20 $
+ * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_errno.c#21 $
  */
 
 #include <sys/types.h>
@@ -664,7 +664,7 @@
 #endif
 	ES("Required key not available") },
 	{ BSM_ERRNO_EKEYEXPIRED,
-#ifdef EKEEXPIRED
+#ifdef EKEYEXPIRED
 	EKEYEXPIRED,
 #else
 	ERRNO_NO_LOCAL_MAPPING,
@@ -678,7 +678,7 @@
 #endif
 	ES("Key has been revoked") },
 	{ BSM_ERRNO_EKEYREJECTED,
-#ifdef EKEREJECTED
+#ifdef EKEYREJECTED
 	EKEYREJECTED,
 #else
 	ERRNO_NO_LOCAL_MAPPING,



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