summaryrefslogtreecommitdiff
path: root/net/proxy-suite/files/patch-com-socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to upstream release 1.9.2.3.Thomas Quinot2005-10-221-10/+0
| | | | | | | Reviewed by: roberto Notes: svn path=/head/; revision=146137
* There used to be a macro IPL_NAT in ipfilter that was defined to be theThomas Quinot2005-06-141-2/+14
| | | | | | | | | | | | same as IPNAT_NAME. This macro has been removed with the import of ipfilter 4, so we now need to use IPNAT_NAME directly. Fixes build on -CURRENT. Reviewed by: roberto Notes: svn path=/head/; revision=137423
* Fix build on 6.xKirill Ponomarev2004-12-211-0/+12
PR: ports/75320 Submitted by: maintainer Notes: svn path=/head/; revision=124687