mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Back out rev 1.19; getbsize(3)'s original interface has been restored.
This commit is contained in:
parent
c48205f332
commit
bc6ba9aec6
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ static char unused;
|
|||
static void (*func)(int, struct fs *, char *);
|
||||
static long blocksize;
|
||||
static char *header;
|
||||
static size_t headerlen;
|
||||
static int headerlen;
|
||||
|
||||
static union dinode *get_inode(int, struct fs *, ino_t);
|
||||
static int virtualblocks(struct fs *, union dinode *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue