Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2013 12:57:07 +0000 (UTC)
From:      Philippe Charnier <charnier@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246987 - head/usr.bin/systat
Message-ID:  <201302191257.r1JCv7p6006320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



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