mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Back out rev 1.19; getbsize(3)'s original interface has been restored.
This commit is contained in:
parent
c48205f332
commit
bc6ba9aec6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108458
@ -60,7 +60,7 @@ static char unused;
|
|||||||
static void (*func)(int, struct fs *, char *);
|
static void (*func)(int, struct fs *, char *);
|
||||||
static long blocksize;
|
static long blocksize;
|
||||||
static char *header;
|
static char *header;
|
||||||
static size_t headerlen;
|
static int headerlen;
|
||||||
|
|
||||||
static union dinode *get_inode(int, struct fs *, ino_t);
|
static union dinode *get_inode(int, struct fs *, ino_t);
|
||||||
static int virtualblocks(struct fs *, union dinode *);
|
static int virtualblocks(struct fs *, union dinode *);
|
||||||
|
Loading…
Reference in New Issue
Block a user