Flagged Out-of-Date Comment: android-aarch64-strace

casept flagged android-aarch64-strace out-of-date on 2024-04-21 (UTC) for the following reason:

strace 6.8 is current. At least for API level 30 that I tested building with, the following patch is required: diff --git a/src/defs.h b/src/defs.h index 89ec13fc5..d68c7de16 100644 --- a/src/defs.h +++ b/src/defs.h @@ -45,6 +45,8 @@ # include "sysent.h" # include "xmalloc.h" +typedef uint32_t in_addr_t; + # ifndef HAVE_STRERROR const char *strerror(int); # endif