loader: Add check for DragonFly BSD.
This commit is contained in:
parent
1f71006fe5
commit
1491e7b99c
|
@ -174,7 +174,7 @@ static int pre_exec(void)
|
||||||
return 1; /* we have a preloader on x86-64 */
|
return 1; /* we have a preloader on x86-64 */
|
||||||
}
|
}
|
||||||
|
|
||||||
#elif (defined(__FreeBSD__) || defined (__FreeBSD_kernel__)) && defined(__i386__)
|
#elif (defined(__FreeBSD__) || defined (__FreeBSD_kernel__) || defined(__DragonFly__)) && defined(__i386__)
|
||||||
|
|
||||||
static int pre_exec(void)
|
static int pre_exec(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue