Re: GNULib save-cwd.c on Windows & Visual Studio 6.0
Jim Meyering <[email protected]> Thu, 10 Mar 2005 00:26:03 +0100
| Newsgroups | gmane.comp.lib.gnulib.bugs,gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <[email protected]> |
"Conrad T. Pino" <[email protected]> wrote: ... >> Would you please see if this is sufficient? >> If so, I'll check it in to gnulib (with an AC_CHECK_FUNCS(fchdir) >> in save-cwd.m4). > > The patch as submitted does not compile. This line fails: > > return fchdir (cwd->desc); > > The patch at message end does compile and the build completes. Thanks. I've checked that in.