mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix pc98 build error introduced in r298230
Submitted by: Toomas Soome <tsoome@me.com> Spotted by: bz Differential Revision: https://reviews.freebsd.org/D6002
This commit is contained in:
parent
a0814c1586
commit
cad5a2e468
1 changed files with 2 additions and 2 deletions
|
|
@ -118,9 +118,9 @@ static void bd_printbsdslice(struct open_disk *od, daddr_t offset,
|
|||
|
||||
static int bd_init(void);
|
||||
static int bd_strategy(void *devdata, int flag, daddr_t dblk,
|
||||
size_t size, char *buf, size_t *rsize);
|
||||
size_t offset, size_t size, char *buf, size_t *rsize);
|
||||
static int bd_realstrategy(void *devdata, int flag, daddr_t dblk,
|
||||
size_t size, char *buf, size_t *rsize);
|
||||
size_t offset, size_t size, char *buf, size_t *rsize);
|
||||
static int bd_open(struct open_file *f, ...);
|
||||
static int bd_close(struct open_file *f);
|
||||
static void bd_print(int verbose);
|
||||
|
|
|
|||
Loading…
Reference in a new issue