mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fixed total disorder of MD includes.
Disorder buffer overflowed by: arm commit
This commit is contained in:
parent
55a4ccf3e8
commit
6ff9ebfdc9
1 changed files with 10 additions and 10 deletions
|
|
@ -41,23 +41,23 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if __ia64__
|
||||
# include "ia64.h"
|
||||
#endif
|
||||
#if __alpha__
|
||||
# include "alpha.h"
|
||||
#endif
|
||||
#if __sparc64__
|
||||
# include "sparc64.h"
|
||||
#endif
|
||||
#if __powerpc__
|
||||
# include "powerpc.h"
|
||||
#if __arm__
|
||||
# include "arm.h"
|
||||
#endif
|
||||
#if __i386__
|
||||
# include "i386.h"
|
||||
#endif
|
||||
#if __arm__
|
||||
# include "arm.h"
|
||||
#if __ia64__
|
||||
# include "ia64.h"
|
||||
#endif
|
||||
#if __powerpc__
|
||||
# include "powerpc.h"
|
||||
#endif
|
||||
#if __sparc64__
|
||||
# include "sparc64.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue