diff options
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; |