Deleted Added
full compact
jail.h (61235) jail.h (68024)
1/*
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
5 * can do whatever you want with this stuff. If we meet some day, and you think
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
8 *
1/*
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
5 * can do whatever you want with this stuff. If we meet some day, and you think
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
8 *
9 * $FreeBSD: head/sys/sys/jail.h 61235 2000-06-04 04:28:31Z rwatson $
9 * $FreeBSD: head/sys/sys/jail.h 68024 2000-10-31 01:34:00Z rwatson $
10 *
11 */
12
13#ifndef _SYS_JAIL_H_
14#define _SYS_JAIL_H_
15
16struct jail {
17 u_int32_t version;

--- 25 unchanged lines hidden (view full) ---

43 void *pr_linux;
44};
45
46/*
47 * Sysctl-set variables that determine global jail policy
48 */
49extern int jail_set_hostname_allowed;
50extern int jail_socket_unixiproute_only;
10 *
11 */
12
13#ifndef _SYS_JAIL_H_
14#define _SYS_JAIL_H_
15
16struct jail {
17 u_int32_t version;

--- 25 unchanged lines hidden (view full) ---

43 void *pr_linux;
44};
45
46/*
47 * Sysctl-set variables that determine global jail policy
48 */
49extern int jail_set_hostname_allowed;
50extern int jail_socket_unixiproute_only;
51extern int jail_sysvipc_allowed;
51
52#endif /* !_KERNEL */
53#endif /* !_SYS_JAIL_H_ */
52
53#endif /* !_KERNEL */
54#endif /* !_SYS_JAIL_H_ */