diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-05-26 16:08:22 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-10 00:09:49 +0200 |
commit | 20e8adb679cbdd8a3b822d1f1ad4438ed20aea97 (patch) | |
tree | 17dcfde2db0b955c0c1781a6696d798e3191a8f8 /bsd-user | |
parent | 1330cd74d8b6cb2d0f8f4efae8bad1548df85081 (diff) | |
download | qemu-20e8adb679cbdd8a3b822d1f1ad4438ed20aea97.tar.gz qemu-20e8adb679cbdd8a3b822d1f1ad4438ed20aea97.tar.bz2 qemu-20e8adb679cbdd8a3b822d1f1ad4438ed20aea97.zip |
rename CONFIG_QEMU_PREFIX
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'bsd-user')
-rw-r--r-- | bsd-user/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/main.c b/bsd-user/main.c index 05cc3d92b7..aff9f13b18 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -43,7 +43,7 @@ unsigned long guest_base; int have_guest_base; #endif -static const char *interp_prefix = CONFIG_QEMU_PREFIX; +static const char *interp_prefix = CONFIG_QEMU_INTERP_PREFIX; const char *qemu_uname_release = CONFIG_UNAME_RELEASE; extern char **environ; enum BSDType bsd_type; |