aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcp_wrappers/inetcf.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a declaration that malloc() returns a pointer, not an int. OtherwisePeter Wemm2003-01-081-0/+2
| | | | | | | | this segfaults on ia64. (Cannot cast an int to a pointer). The rest of the code does it this way rather than use system includes.... Notes: svn path=/head/; revision=108930
* Since our inetd wrapped now, treat all its services as tcpd-prefixedAndrey A. Chernov1999-04-031-0/+4
| | | | | | | for tcpdchk Notes: svn path=/head/; revision=45256
* Clean import of TCP-wrappers by Wietse Venema.vendor/tcp_wrappers/7.6Mark Murray1999-03-141-0/+317
Rest of build to follow. Notes: svn path=/vendor/tcp_wrappers/dist/; revision=44743 svn path=/vendor/tcp_wrappers/7.6/; revision=44745; tag=vendor/tcp_wrappers/7.6