mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use the MD __size_t to avoid a dependency on/include of non-MD header files.
This should fix the compilation of the lua 5.3.4 port, among others. Reported by: Russell Haley <russ.haley@gmail.com>
This commit is contained in:
parent
fbdbd284ae
commit
d6e4c56c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ typedef struct {
|
|||
* Originally, rest of this structure was named __fpu, 35 * 4 bytes
|
||||
* long, never accessed from kernel.
|
||||
*/
|
||||
size_t mc_vfp_size;
|
||||
__size_t mc_vfp_size;
|
||||
void *mc_vfp_ptr;
|
||||
unsigned int mc_spare[33];
|
||||
} mcontext_t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue