Date: Wed, 6 May 2009 22:39:52 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 161687 for review Message-ID: <200905062239.n46MdqQS054606@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=161687 Change 161687 by zec@zec_tpx32 on 2009/05/06 22:38:59 WS diff reduction against head. Affected files ... .. //depot/projects/vimage/src/sys/kern/kern_sysctl.c#23 edit Differences ... ==== //depot/projects/vimage/src/sys/kern/kern_sysctl.c#23 (text+ko) ==== @@ -934,7 +934,6 @@ return (error); } - #ifdef VIMAGE int sysctl_handle_v_int(SYSCTL_HANDLER_ARGS) @@ -960,7 +959,6 @@ } #endif - /* * Based on on sysctl_handle_int() convert milliseconds into ticks. */ @@ -1138,7 +1136,6 @@ } #endif - /* * Handle any kind of opaque data. * arg1 points to it, arg2 is the size.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905062239.n46MdqQS054606>