Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2005 14:25:14 GMT
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 69879 for review
Message-ID:  <200501281425.j0SEPEkp026033@repoman.freebsd.org>

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

Change 69879 by des@des.at.des.thinksec.com on 2005/01/28 14:24:44

	Formatting and documentation nits.

Affected files ...

.. //depot/projects/openpam/lib/openpam_free_data.c#7 edit

Differences ...

==== //depot/projects/openpam/lib/openpam_free_data.c#7 (text+ko) ====

@@ -31,7 +31,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/lib/openpam_free_data.c#6 $
+ * $P4: //depot/projects/openpam/lib/openpam_free_data.c#7 $
  */
 
 #include <stdlib.h>
@@ -48,7 +48,9 @@
  */
 
 void
-openpam_free_data(pam_handle_t *pamh, void *data, int status)
+openpam_free_data(pam_handle_t *pamh,
+	void *data,
+	int status)
 {
 
 	ENTER();
@@ -63,7 +65,7 @@
  */
 
 /**
- * The =openpam_free_data is a cleanup function suitable for passing to
- * =pam_set_data.
+ * The =openpam_free_data function is a cleanup function suitable for
+ * passing to =pam_set_data.
  * It simply releases the data by passing its =data argument to =free.
  */



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