From cfc3d1cfdf8f470ceaa10cf99b2d0ed73ff1a9a9 Mon Sep 17 00:00:00 2001 From: kato Date: Wed, 29 Oct 1997 08:17:14 +0000 Subject: Implement linux_iopl and linux_nice. --- sys/i386/linux/linux_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/linux/linux_proto.h') diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index 07c990a..52a13b0 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -107,7 +107,7 @@ struct linux_access_args { int flags; }; struct linux_nice_args { - int dummy; + int inc; }; struct linux_ftime_args { int dummy; -- cgit v1.1