Date: Sun, 27 Aug 2006 08:58:58 GMT From: Alex Lyashkov <als@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 105167 for review Message-ID: <200608270858.k7R8wwer002261@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105167 Change 105167 by als@als_head on 2006/08/27 08:58:34 kill duplicate code Affected files ... .. //depot/projects/jail2/sys/sys/jail2_network.h#2 edit Differences ... ==== //depot/projects/jail2/sys/sys/jail2_network.h#2 (text+ko) ==== @@ -13,18 +13,3 @@ #endif /* !_KERNEL */ #endif /* !_SYS_JAIL_NETWORK_H_ */ -#ifndef _SYS_JAIL_NETWORK_H_ -#define _SYS_JAIL_NETWORK_H_ - -struct jail2_ipv4addr { - uint32_t addr; - uint32_t mask; -}; - -#if defined(_KERNEL) || defined(_WANT_PRISON) -struct jail_network { - uint32_t pr_ip; /* (c) ip addr host */ -}; - -#endif /* !_KERNEL */ -#endif /* !_SYS_JAIL_NETWORK_H_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608270858.k7R8wwer002261>