diff options
author | kato <kato@FreeBSD.org> | 1997-10-29 08:17:14 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-10-29 08:17:14 +0000 |
commit | cfc3d1cfdf8f470ceaa10cf99b2d0ed73ff1a9a9 (patch) | |
tree | 33b548f672d63de866a93eebc1f531fdd12cc947 /sys/i386/linux/linux_proto.h | |
parent | df76a9fc09877af643adca9756ab09318629f10e (diff) | |
download | FreeBSD-src-cfc3d1cfdf8f470ceaa10cf99b2d0ed73ff1a9a9.zip FreeBSD-src-cfc3d1cfdf8f470ceaa10cf99b2d0ed73ff1a9a9.tar.gz |
Implement linux_iopl and linux_nice.
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r-- | sys/i386/linux/linux_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |