mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix build for UFS without SOFTUPDATES.
This commit is contained in:
parent
113db2dddb
commit
a8750f2dca
1 changed files with 2 additions and 1 deletions
|
|
@ -232,7 +232,8 @@ softdep_setup_directory_add(bp, dp, diroffset, newinum, newdirbp, isnewblk)
|
|||
}
|
||||
|
||||
void
|
||||
softdep_change_directoryentry_offset(dp, base, oldloc, newloc, entrysize)
|
||||
softdep_change_directoryentry_offset(bp, dp, base, oldloc, newloc, entrysize)
|
||||
struct buf *bp;
|
||||
struct inode *dp;
|
||||
caddr_t base;
|
||||
caddr_t oldloc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue