--- src/sys/kern/imgact_gzip.c 2006/12/23 00:35:03 1.7 +++ src/sys/kern/imgact_gzip.c 2006/12/23 23:47:54 1.8 @@ -63,8 +63,7 @@ static int do_aout_hdr (struct imgact_gz static int Flush (void *vp, u_char *, u_long siz); static int -exec_gzip_imgact(imgp) - struct image_params *imgp; +exec_gzip_imgact(struct image_params *imgp) { int error, error2 = 0; const u_char *p = (const u_char *) imgp->image_header;