1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Back out rev 1.19; getbsize(3)'s original interface has been restored.

This commit is contained in:
Mike Barcroft 2002-12-30 18:21:47 +00:00
parent c48205f332
commit bc6ba9aec6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108458

View File

@ -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 *);