Page MenuHomeFreeBSD

D11019.id29730.diff
No OneTemporary

D11019.id29730.diff

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]);

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 27, 7:06 PM (4 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35613348
Default Alt Text
D11019.id29730.diff (401 B)

Event Timeline