mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
4e8711aa04
Reviewed by: roberto
15 lines
423 B
C
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;
|
|
}
|
|
|