]> Git Repo - qemu.git/blobdiff - bsd-user/bsdload.c
target/ppc: powerpc_excp: Move lpes code to where it is used
[qemu.git] / bsd-user / bsdload.c
index e1ed3b7b609b6672a0f327e1093483a95cf2827a..8d83f21eda4a2e574995fbd00090e0d261286af0 100644 (file)
@@ -32,7 +32,7 @@ static int count(char **vec)
     return i;
 }
 
-static int prepare_binprm(struct linux_binprm *bprm)
+static int prepare_binprm(struct bsd_binprm *bprm)
 {
     struct stat         st;
     int mode;
@@ -127,7 +127,7 @@ abi_ulong loader_build_argptr(int envc, int argc, abi_ulong sp,
 int loader_exec(const char *filename, char **argv, char **envp,
              struct target_pt_regs *regs, struct image_info *infop)
 {
-    struct linux_binprm bprm;
+    struct bsd_binprm bprm;
     int retval;
     int i;
 
This page took 0.024429 seconds and 4 git commands to generate.