Allow kernels without options SOFTUPDATES to build. This should fix the

embedded tinderboxes.

Reviewed by:	emaste
This commit is contained in:
Brooks Davis 2013-10-21 20:51:08 +00:00
parent 9773a1f20f
commit cf058082cd

View file

@ -2221,6 +2221,7 @@ ffs_own_mount(const struct mount *mp)
}
#ifdef DDB
#ifdef SOFTUPDATES
/* defined in ffs_softdep.c */
extern void db_print_ffs(struct ufsmount *ump);
@ -2242,4 +2243,5 @@ DB_SHOW_COMMAND(ffs, db_show_ffs)
}
}
#endif /* SOFTUPDATES */
#endif /* DDB */