Author: charnier Date: Tue Feb 19 12:57:07 2013 New Revision: 246987 URL: http://svnweb.freebsd.org/changeset/base/246987
Log: Remove old-style function definition Modified: head/usr.bin/systat/main.c Modified: head/usr.bin/systat/main.c ============================================================================== --- head/usr.bin/systat/main.c Tue Feb 19 12:09:23 2013 (r246986) +++ head/usr.bin/systat/main.c Tue Feb 19 12:57:07 2013 (r246987) @@ -192,7 +192,7 @@ labels(void) } void -display() +display(void) { int i, j; _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"