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:
jhb 2013-08-19 17:09:14 +00:00
parent 5736632f19
commit fb96ed57d0

View File

@ -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;
/*