Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2009 16:14:48 GMT
From:      Jonathan Anderson <jona@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 165410 for review
Message-ID:  <200906291614.n5TGEm1E040600@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=165410

Change 165410 by jona@jona-trustedbsd-belle-vmware on 2009/06/29 16:14:11

	A missing semicolon

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libuserangel/libuserangel.h#9 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libuserangel/libuserangel.h#9 (text+ko) ====

@@ -72,7 +72,7 @@
 	UA_OPEN_PATH,		/* open() substitute */
 	UA_LOAD_LIBRARY,	/* load a shared library */
 	UA_POWERBOX		/* ask the user for file descriptor(s) */
-}
+};
 
 
 /** Represents information "on the wire" between the user angel and the sandbox */



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