diff options
Diffstat (limited to 'sys/i386/include/proc.h')
-rw-r--r-- | sys/i386/include/proc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index f011b5c..e3711b0 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -51,6 +51,9 @@ struct proc_ldt { * Machine-dependent part of the proc structure for i386. */ struct mdthread { +#ifdef lint + int dummy; +#endif }; struct mdproc { |