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:
John Baldwin 2013-08-19 17:09:14 +00:00
parent ed59e60276
commit bf59b2c504
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254538

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