On Sat, May 07, 2011 at 10:32:25PM +0200, Stefan Weil wrote:
> Function bzero is deprecated, so replace it by function memset.
>
> Signed-off-by: Stefan Weil
> ---
> linux-user/syscall.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, applied to the trivial-patches branch:
Function bzero is deprecated, so replace it by function memset.
Signed-off-by: Stefan Weil
---
linux-user/syscall.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 279cef3..6e7d88e 100644
--- a/linux-user/syscall.c
+++ b