Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137868384
D9144.id23901.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
712 B
Referenced Files
None
Subscribers
None
D9144.id23901.diff
View Options
Index: head/sys/boot/efi/boot1/boot_module.h
===================================================================
--- head/sys/boot/efi/boot1/boot_module.h
+++ head/sys/boot/efi/boot1/boot_module.h
@@ -64,7 +64,7 @@
const char *name;
/* init is the optional initialiser for the module. */
- void (*init)();
+ void (*init)(void);
/*
* probe checks to see if the module can handle dev.
@@ -89,10 +89,10 @@
void **buf, size_t *bufsize);
/* status outputs information about the probed devices. */
- void (*status)();
+ void (*status)(void);
/* valid devices as found by probe. */
- dev_info_t *(*devices)();
+ dev_info_t *(*devices)(void);
} boot_module_t;
/* Standard boot modules. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 27, 3:47 PM (59 m, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26258531
Default Alt Text
D9144.id23901.diff (712 B)
Attached To
Mode
D9144: Use proper prototypes in struct boot_module_t
Attached
Detach File
Event Timeline
Log In to Comment