PERFORCE change 165410 for review

Jonathan Anderson jona at FreeBSD.org
Mon Jun 29 16:14:49 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165410

Change 165410 by jona at 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 */


More information about the p4-projects mailing list