summaryrefslogtreecommitdiff
path: root/net/proxy-suite/files/patch-com-socket.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-10-22Update to upstream release 1.9.2.3.Thomas Quinot1-10/+0
Reviewed by: roberto Notes: svn path=/head/; revision=146137
2005-06-14There used to be a macro IPL_NAT in ipfilter that was defined to be theThomas Quinot1-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
2004-12-21Fix build on 6.xKirill Ponomarev1-0/+12
PR: ports/75320 Submitted by: maintainer Notes: svn path=/head/; revision=124687