svn commit: r201179 - head/bin/pax

Ed Schouten ed at FreeBSD.org
Tue Dec 29 08:45:51 UTC 2009


Author: ed
Date: Tue Dec 29 08:45:50 2009
New Revision: 201179
URL: http://svn.freebsd.org/changeset/base/201179

Log:
  Add missing `void' for function without arguments.

Modified:
  head/bin/pax/ftree.c

Modified: head/bin/pax/ftree.c
==============================================================================
--- head/bin/pax/ftree.c	Tue Dec 29 08:45:27 2009	(r201178)
+++ head/bin/pax/ftree.c	Tue Dec 29 08:45:50 2009	(r201179)
@@ -219,7 +219,7 @@ ftree_sel(ARCHD *arcn)
  */
 
 void
-ftree_notsel()
+ftree_notsel(void)
 {
 	if (ftent != NULL)
 		(void)fts_set(ftsp, ftent, FTS_SKIP);


More information about the svn-src-head mailing list