svn commit: r322271 - head/sbin/fsck_ffs

Ed Maste emaste at FreeBSD.org
Tue Aug 8 18:31:41 UTC 2017


Author: emaste
Date: Tue Aug  8 18:31:40 2017
New Revision: 322271
URL: https://svnweb.freebsd.org/changeset/base/322271

Log:
  Remove now-unused badsb declaration, missed in r322200
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/fsck_ffs/setup.c

Modified: head/sbin/fsck_ffs/setup.c
==============================================================================
--- head/sbin/fsck_ffs/setup.c	Tue Aug  8 17:49:57 2017	(r322270)
+++ head/sbin/fsck_ffs/setup.c	Tue Aug  8 18:31:40 2017	(r322271)
@@ -58,8 +58,6 @@ struct bufarea asblk;
 #define altsblock (*asblk.b_un.b_fs)
 #define POWEROF2(num)	(((num) & ((num) - 1)) == 0)
 
-static void badsb(int listerr, const char *s);
-
 /*
  * Read in a superblock finding an alternate if necessary.
  * Return 1 if successful, 0 if unsuccessful, -1 if file system


More information about the svn-src-head mailing list