Am 10.04.2014 20:54, schrieb Yiannis Marangos:
> +ssize_t xpread(int fd, void *buf, size_t len, off_t offset)
> +{
> +     ssize_t nr;
> +     if (len > MAX_IO_SIZE)
> +         len = MAX_IO_SIZE;

Odd indentation here.

-- Hannes

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to