svn commit: r198757 - in stable/7/sys: . contrib/pf kern

Andriy Gapon avg at FreeBSD.org
Sun Nov 1 17:37:03 UTC 2009


Author: avg
Date: Sun Nov  1 17:37:03 2009
New Revision: 198757
URL: http://svn.freebsd.org/changeset/base/198757

Log:
  MFC 197641: print_caddr_t: drop incorrect __unused from parameter

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/kern/init_main.c

Modified: stable/7/sys/kern/init_main.c
==============================================================================
--- stable/7/sys/kern/init_main.c	Sun Nov  1 17:36:36 2009	(r198756)
+++ stable/7/sys/kern/init_main.c	Sun Nov  1 17:37:03 2009	(r198757)
@@ -284,7 +284,7 @@ restart:
  ***************************************************************************
  */
 static void
-print_caddr_t(void *data __unused)
+print_caddr_t(void *data)
 {
 	printf("%s", (char *)data);
 }


More information about the svn-src-stable mailing list