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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to