source: npl/system/portmap/portmap-6.0-tcpd.patch @ 439f083

Last change on this file since 439f083 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 341 bytes
  • portmap_6.0/pmap_check.c

    Enable compile without tcp-wrappers
    
    Patch by Timothy Redaelli <drizzt@gentoo.org>
    
    http://bugs.gentoo.org/178242
    
     
    4444#include <netinet/in.h>
    4545#include <rpc/rpcent.h>
    4646#endif
     47#ifdef HOSTS_ACCESS
    4748#include <tcpd.h>
     49#endif
    4850#include <arpa/inet.h>
    4951#include <grp.h>
    5052
Note: See TracBrowser for help on using the repository browser.