PERFORCE change 105167 for review

Alex Lyashkov als at FreeBSD.org
Sun Aug 27 08:58:59 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105167

Change 105167 by als at 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_ */


More information about the p4-projects mailing list