mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Allow kernels without options SOFTUPDATES to build. This should fix the
embedded tinderboxes. Reviewed by: emaste
This commit is contained in:
parent
9773a1f20f
commit
cf058082cd
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue