Remove incorrect 'const' qualifier from pointers to dynamic string
buffers I added in the previous commit. Pointy hat to: jhb MFC after: 1 month
This commit is contained in:
parent
5736632f19
commit
fb96ed57d0
@ -894,7 +894,7 @@ print_arg(struct syscall_args *sc, unsigned long *args, long retval,
|
||||
tmp = strdup(xlookup_bits(mprot_flags, args[sc->offset]));
|
||||
break;
|
||||
case Mmapflags: {
|
||||
const char *base, *alignstr;
|
||||
char *base, *alignstr;
|
||||
int align, flags;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user