1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net/proxy-suite/files/patch-com-socket.c
Thomas Quinot 4e8711aa04 Update to upstream release 1.9.2.3.
Reviewed by:	roberto
2005-10-22 21:32:48 +00:00

15 lines
423 B
C

--- common/com-socket.c.dist Tue Mar 30 10:31:32 2004
+++ common/com-socket.c Tue Jun 14 09:26:44 2005
@@ -2132,9 +2135,9 @@
/*
** BSD ipnat table lookup
*/
- if ((nat_fd = open(IPL_NAT, O_RDONLY, 0)) < 0) {
+ if ((nat_fd = open(IPNAT_NAME, O_RDONLY, 0)) < 0) {
syslog_error("can't open ipnat device '%.*s'",
- MAX_PATH_SIZE, IPL_NAT);
+ MAX_PATH_SIZE, IPNAT_NAME);
return -1;
}