Index: head/usr.sbin/lpr/lpc/lpc.c =================================================================== --- head/usr.sbin/lpr/lpc/lpc.c +++ head/usr.sbin/lpr/lpc/lpc.c @@ -197,7 +197,7 @@ makeargv(); if (margc == 0) continue; - if (el != NULL && el_parse(el, margc, margv) != -1) + if (el != NULL && el_parse(el, margc, (const char **)margv) != -1) continue; c = getcmd(margv[0]);