Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2006 00:56:37 GMT
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101974 for review
Message-ID:  <200607200056.k6K0ubH3024045@repoman.freebsd.org>

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

Change 101974 by trhodes@trhodes_local on 2006/07/20 00:56:23

	Use void in a function which returns nothing.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#17 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#17 (text+ko) ====

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#16 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#17 $
  */
 
 #include <sys/types.h>
@@ -88,7 +88,7 @@
  * Free our local list of directory names.
  */
 static void
-free_dir_q()
+free_dir_q(void)
 {
 	struct dir_ent *dirent;
 



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