On Feb 8, 2008 4:46 PM, H.Merijn Brand <h.m.brand@xxxxxxxxx> wrote: > HP-UX allows directories to be opened with fopen (path, "r"), which > will cause some translations that expect to read files, read dirs > instead. This patch makes sure the two fopen () calls in remote.c > only open the file if it is a file. > > Signed-off-by: H.Merijn Brand <h.m.brand@xxxxxxxxx> Many thanks, this is also required for AIX. I had got some way to tracking it down, but I thought it was an issue with strbuf. So... Tested-by: Mike Ralphson <mike.ralphson@xxxxxxxxx> Your other fix there [- if (!strbuf_avail(sb)) / + if (strbuf_avail(sb) < 64) ] is, guess what, also required on AIX. Thanks again. - To unsubscribe from this list: 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