diff --git a/library/net.c b/library/net.c index 4c42f1109..e666fadf1 100644 --- a/library/net.c +++ b/library/net.c @@ -143,8 +143,8 @@ static int net_prepare( void ) #if !defined(EFIX64) && !defined(EFI32) signal( SIGPIPE, SIG_IGN ); #endif - return( 0 ); #endif + return( 0 ); } /*