Page MenuHomeFreeBSD

D9144.id23901.diff
No OneTemporary

D9144.id23901.diff

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

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)

Event Timeline