PERFORCE change 105636 for review

Alex Lyashkov als at FreeBSD.org
Mon Sep 4 05:54:30 UTC 2006


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

Change 105636 by als at als_head on 2006/09/04 05:54:17

	unbreak build world

Affected files ...

.. //depot/projects/jail2/sys/sys/jail.h#5 edit

Differences ...

==== //depot/projects/jail2/sys/sys/jail.h#5 (text+ko) ====

@@ -29,6 +29,8 @@
 };
 #define	XPRISON_VERSION	1
 
+#define JMODULE_COUNT	3
+
 #ifndef _KERNEL
 
 int jail(void *);
@@ -47,8 +49,6 @@
 #define JAIL_MAX	999999
 #define JAIL_MIN	1
 
-#define JMODULE_COUNT	3
-
 #ifdef MALLOC_DECLARE
 MALLOC_DECLARE(M_PRISON);
 #endif


More information about the p4-projects mailing list