cl_putcmap
int cl_putcmap(struct grf_softc *, struct grf_colormap *);
return cl_putcmap(gp, (struct grf_colormap *)data);
return (cl_putcmap(gp, (struct grf_colormap *) data));