Date: Tue, 11 Aug 1998 12:08:43 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_fw.c Message-ID: <199808111908.MAA23566@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/08/11 12:08:43 PDT Modified files: sys/netinet ip_fw.c Log: Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != long on some 64-bit systems). print_ip() should use inet_ntoa() instead of bloated inline code with 4 ntohl()s. Revision Changes Path 1.95 +6 -5 src/sys/netinet/ip_fw.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808111908.MAA23566>