• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/xinetd/xinetd-003-rpc-fix.patch
Thomas PetazzoniThomas Petazzoni committed 1f721a2f00920 Mar 2013
Raw file
Source viewDiff to previous
 
1
This patch fixes compiling xinetd without RPC support.
2
​
3
The content of this patch was copied from the OpenWrt project:
4
https://dev.openwrt.org/browser/packages/net/xinetd/patches/003-rpc_fix.patch
5
​
6
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
7
​
8
--- a/xinetd/confparse.c
9
+++ b/xinetd/confparse.c
10
@@ -745,7 +745,7 @@ static status_e check_entry( struct serv
11
       }
12
    }
13
 
14
-/* #ifndef NO_RPC */
15
+#ifndef NO_RPC
16
 #if defined(HAVE_RPC_RPCENT_H) || defined(HAVE_NETDB_H)
17
    if ( SC_IS_RPC( scp ) && !SC_IS_UNLISTED( scp ) )
18
    {
19
@@ -759,6 +759,7 @@ static status_e check_entry( struct serv
20
       SC_RPCDATA( scp )->rd_program_number = rep->r_number ;
21
    }
22
    else
23
+#endif
24
 #endif   /* ! NO_RPC */
25
    {
26
        if ( !SC_IS_UNLISTED( scp ) ) 
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.