--force-execve for *BSD/386

This commit is contained in:
John Reiser
2006-08-17 17:35:33 -07:00
parent 28e97ccaf2
commit a6e4b45a38
14 changed files with 4411 additions and 3551 deletions
+2
View File
@@ -233,6 +233,8 @@ static Packer* try_packers(InputFile *f, try_function func)
if ((p = func(new PackLinuxI386sh(f),f)) != NULL)
return p;
}
if ((p = func(new PackBSDI386(f),f)) != NULL)
return p;
if ((p = func(new PackLinuxI386(f),f)) != NULL)
return p;