> +                     (void)0; /* Silence GCC error.  */

Just use "break;" here (or ";" if not in a loop/switch), and no comment.

> -             /* CHECKSUM_UNNECESSARY */
> +             break; /* CHECKSUM_UNNECESSARY */

Just insert the new line, don't modify the old line.

> +  if (pos < 0)
> +    err = EINVAL;
> +  
>    if (! err)
> -    *new_offs = op->offs;
> +    *new_offs = op->offs = pos;

Use else.



_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to