uname() fix (James Pellow)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1163 c046a42c-6fe2-441c-8c8c-71466251a162
master
bellard 2004-12-06 22:40:57 +00:00
parent 45aea85cef
commit f7806f9467
1 changed files with 0 additions and 1 deletions

View File

@ -2403,7 +2403,6 @@ long do_syscall(void *cpu_env, int num, long arg1, long arg2, long arg3,
strcpy (buf->machine, UNAME_MACHINE);
}
}
ret = get_errno(sys_uname((struct new_utsname *)arg1));
break;
#ifdef TARGET_I386
case TARGET_NR_modify_ldt: