projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa0366
)
bsd-user: TARGET_NGROUPS unused in this file, remove
author
Warner Losh
<imp@bsdimp.com>
Fri, 30 Apr 2021 14:40:20 +0000
(08:40 -0600)
committer
Warner Losh
<imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000
(14:13 -0600)
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/bsdload.c
patch
|
blob
|
history
diff --git
a/bsd-user/bsdload.c
b/bsd-user/bsdload.c
index 6aefc7a28b58b7bd6f24b969433cbbf639401335..5b3c061a452a6025eb0fe54f34d24a02ec4c8938 100644
(file)
--- a/
bsd-user/bsdload.c
+++ b/
bsd-user/bsdload.c
@@
-19,8
+19,6
@@
#include "qemu.h"
-#define TARGET_NGROUPS 32
-
/* ??? This should really be somewhere else. */
abi_long memcpy_to_target(abi_ulong dest, const void *src,
unsigned long len)