mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
include stdio.h to suppress printf warning, general warnings fixups
This commit is contained in:
@@ -134,13 +134,15 @@ operations[] = {
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if 0
|
||||
static int main_loop(int state);
|
||||
static int exit_ok;
|
||||
static int exit_status;
|
||||
static int initialized;
|
||||
#endif
|
||||
|
||||
static int exit_status;
|
||||
|
||||
void test_dhcp ( struct net_device *netdev );
|
||||
|
||||
/**************************************************************************
|
||||
MAIN - Kick off routine
|
||||
|
||||
Reference in New Issue
Block a user