> checking for partial writes Just out of interest: is this to be safe on any OS or should this be checked always? > + size = write(fd, buf, len); > + if (!size) > + return error("file write: disk full"); Shouldn't write to a full disk return -1 with ENOSPC? - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html