Deleted Added
full compact
26c26
< * $FreeBSD: projects/jailconf/usr.sbin/jail/jailp.h 214423 2010-10-27 16:22:54Z jamie $
---
> * $FreeBSD: projects/jailconf/usr.sbin/jail/jailp.h 214649 2010-11-01 21:37:28Z jamie $
60,68c60,67
< #define JF_CHECKINT 0x0040 /* Checked internal parameters */
< #define JF_IPPARAMS 0x0080 /* Looked up jail hostname for IP_HOSTNAME */
< #define JF_RDTUN 0x0100 /* Create-only parameter check has been done */
< #define JF_IFUP 0x0200 /* IP addresses have been configured */
< #define JF_MOUNTED 0x0400 /* Filesystems have been mounted */
< #define JF_PERSIST 0x0800 /* Jail is temporarily persistent */
< #define JF_TIMEOUT 0x1000 /* A command (or process kill) timed out */
< #define JF_RUNQ 0x2000 /* Jail was in the run qeueue */
< #define JF_BACKGROUND 0x4000 /* Command was run in the background */
---
> #define JF_PARAMS 0x0040 /* Parameters checked and imported */
> #define JF_RDTUN 0x0080 /* Create-only parameter check has been done */
> #define JF_IFUP 0x0100 /* IP addresses have been configured */
> #define JF_MOUNTED 0x0200 /* Filesystems have been mounted */
> #define JF_PERSIST 0x0400 /* Jail is temporarily persistent */
> #define JF_TIMEOUT 0x0800 /* A command (or process kill) timed out */
> #define JF_RUNQ 0x1000 /* Jail was in the run qeueue */
> #define JF_BACKGROUND 0x2000 /* Command was run in the background */
200d198
< extern int check_intparams(struct cfjail *j);
204c202
< extern int ip_params(struct cfjail *j);
---
> extern int check_intparams(struct cfjail *j);