Date: Thu, 13 Aug 2009 09:11:47 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/regression/priv Makefile main.c priv_netinet_ipsec.c priv_vfs_extattr_system.c Message-ID: <200908130912.n7D9C2hc054440@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-08-13 09:11:47 UTC FreeBSD src repository Modified files: tools/regression/priv Makefile main.c priv_netinet_ipsec.c priv_vfs_extattr_system.c Log: SVN rev 196172 on 2009-08-13 09:11:47Z by bz Start respecting WITHOUT_INET6. Make regression/priv compile again after the multi-IP jail changes. Note that we are still using the legacy jail(2) rather than the jail_set(2)/jail(3) syscall. Add an IPv4, and an IPv6 loopback address in case we compile with INET6 enabled. Make the priv_vfs_extattr_system compile on amd64 as well using the proper length modifier to printf(3) for ssize_t. Reviewed by: rwatson Approved by: re (kib) Revision Changes Path 1.5 +6 -0 src/tools/regression/priv/Makefile 1.5 +17 -2 src/tools/regression/priv/main.c 1.3 +16 -4 src/tools/regression/priv/priv_netinet_ipsec.c 1.3 +1 -1 src/tools/regression/priv/priv_vfs_extattr_system.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908130912.n7D9C2hc054440>