PERFORCE change 167101 for review
Robert Watson
rwatson at FreeBSD.org
Sat Aug 8 12:24:52 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=167101
Change 167101 by rwatson at rwatson_freebsd_capabilities on 2009/08/08 12:23:56
Improve commenting.
Affected files ...
.. //depot/projects/trustedbsd/capabilities/src/usr.bin/gzip/gzsandbox.c#7 edit
Differences ...
==== //depot/projects/trustedbsd/capabilities/src/usr.bin/gzip/gzsandbox.c#7 (text+ko) ====
@@ -49,6 +49,10 @@
#include "gzip.h"
+/*
+ * In the future, these library dependencies won't need to be explicit, so
+ * this will go away.
+ */
#define LC_LIB_LIBZ_SO "/lib/libz.so.4"
#define LC_LIBZ_SO "libz.so.4"
@@ -344,6 +348,9 @@
return (unbzip2(in, out, pre, prelen, bytes_in));
}
+/*
+ * Main entry point for capability-mode
+ */
int
cap_main(__unused int argc, __unused char *argv[])
{
More information about the p4-projects
mailing list