Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2009 12:24:50 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 167101 for review
Message-ID:  <200908081224.n78COoTi007249@repoman.freebsd.org>

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

Change 167101 by rwatson@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[])
 {



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