Date: Sat, 14 Oct 2006 10:38:54 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 107878 for review Message-ID: <200610141038.k9EAcsho072622@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107878 Change 107878 by rdivacky@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610141038.k9EAcsho072622>