PERFORCE change 101974 for review
Tom Rhodes
trhodes at FreeBSD.org
Thu Jul 20 00:56:39 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=101974
Change 101974 by trhodes at 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;
More information about the trustedbsd-cvs
mailing list