20 lines
497 B
Diff
20 lines
497 B
Diff
|
--- a/xinetd/confparse.c
|
||
|
+++ b/xinetd/confparse.c
|
||
|
@@ -716,7 +716,7 @@ static status_e check_entry( struct serv
|
||
|
}
|
||
|
}
|
||
|
|
||
|
-/* #ifndef NO_RPC */
|
||
|
+#ifndef NO_RPC
|
||
|
#if defined(HAVE_RPC_RPCENT_H) || defined(HAVE_NETDB_H)
|
||
|
if ( SC_IS_RPC( scp ) && !SC_IS_UNLISTED( scp ) )
|
||
|
{
|
||
|
@@ -730,6 +730,7 @@ static status_e check_entry( struct serv
|
||
|
SC_RPCDATA( scp )->rd_program_number = rep->r_number ;
|
||
|
}
|
||
|
else
|
||
|
+#endif
|
||
|
#endif /* ! NO_RPC */
|
||
|
{
|
||
|
if ( !SC_IS_UNLISTED( scp ) )
|