PERFORCE change 107878 for review

Roman Divacky rdivacky at FreeBSD.org
Sat Oct 14 03:38:55 PDT 2006


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

Change 107878 by rdivacky at rdivacky_witten on 2006/10/14 10:37:54

	Make it compilable.

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_misc.c#9 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_misc.c#9 (text+ko) ====

@@ -75,6 +75,7 @@
 
 #include <compat/linux/linux_sysproto.h>
 #include <compat/linux/linux_emul.h>
+#include <compat/linux/linux_misc.h>
 
 #ifdef COMPAT_LINUX32
 #include <machine/../linux32/linux.h>
@@ -85,6 +86,7 @@
 #endif
 
 #include <compat/linux/linux_mib.h>
+#include <compat/linux/linux_signal.h>
 #include <compat/linux/linux_util.h>
 
 #ifdef __i386__
@@ -1553,7 +1555,7 @@
 	struct proc *p = td->td_proc;
 	char comm[LINUX_MAX_COMM_LEN];
    	
-   	switch (args->options) {
+   	switch (args->option) {
 	   	case LINUX_PR_SET_PDEATHSIG:
 		   	if (!LINUX_SIG_VALID(args->arg2))
 			   	return (EINVAL);


More information about the p4-projects mailing list