Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153812481
D6002.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
720 B
Referenced Files
None
Subscribers
None
D6002.diff
View Options
Index: head/sys/boot/pc98/libpc98/biosdisk.c
===================================================================
--- head/sys/boot/pc98/libpc98/biosdisk.c
+++ head/sys/boot/pc98/libpc98/biosdisk.c
@@ -118,9 +118,9 @@
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);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 11:11 PM (11 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32096246
Default Alt Text
D6002.diff (720 B)
Attached To
Mode
D6002: D4713 did miss pc98 strategy callback declarations
Attached
Detach File
Event Timeline
Log In to Comment