From f1b4e0e32331d138d1a8ab295cdc199cd536e35f Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 6 Apr 2001 15:18:42 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/net/netAddress.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/net/netAddress.cxx b/panda/src/net/netAddress.cxx index f1628ac420..c8543adb3c 100644 --- a/panda/src/net/netAddress.cxx +++ b/panda/src/net/netAddress.cxx @@ -123,7 +123,7 @@ set_host(const string &hostname, int port) { << "." << (int)ipaddr.n[2] << "." << (int)ipaddr.n[3] << "\n"; memset(&_addr, 0, sizeof(PRNetAddr)); - _addr.inet.family = AF_INET; + _addr.inet.family = PR_AF_INET; _addr.inet.port = PR_htons(port); _addr.inet.ip = ipaddr.l;