[Bug-wget] [PATCH 10/14] Do not depend on always defined macros

2014-06-11 Thread gscrivano
From: Giuseppe Scrivano --- ChangeLog | 3 +++ configure.ac| 7 ++ src/ChangeLog | 11 + src/connect.c | 5 +--- src/convert.c | 4 +-- src/css-url.c | 6 + src/hash.c | 6 + src/mswindows.h | 19 -- src/netrc.c | 2 -- src/progre

[Bug-wget] [PATCH 10/14] Do not depend on always defined macros

2014-06-11 Thread Steven M. Schweda
> diff --git a/vms/vms.h b/vms/vms.h > index d65aeda..19efdef 100644 > --- a/vms/vms.h > +++ b/vms/vms.h > @@ -54,8 +54,6 @@ int utime( const char *path, const struct utimbuf > *times); > */ > #if defined(__VAX) || __CRTL_VER < 70301000 > > -#define lstat( __p1, __p2) stat( __p1, __p2) > - > #

Re: [Bug-wget] [PATCH 10/14] Do not depend on always defined macros

2014-06-11 Thread Giuseppe Scrivano
"Steven M. Schweda" writes: >> diff --git a/vms/vms.h b/vms/vms.h >> index d65aeda..19efdef 100644 >> --- a/vms/vms.h >> +++ b/vms/vms.h >> @@ -54,8 +54,6 @@ int utime( const char *path, const struct utimbuf >> *times); >> */ >> #if defined(__VAX) || __CRTL_VER < 70301000 >> >> -#define lstat

Re: [Bug-wget] [PATCH 10/14] Do not depend on always defined macros

2014-06-12 Thread Steven M. Schweda
From: Giuseppe Scrivano > ops, thanks to have catched it. I've fixed it in my local copy, this is > how it looks now: > > diff --git a/vms/vms.h b/vms/vms.h > index d65aeda..6053df1 100644 > --- a/vms/vms.h > +++ b/vms/vms.h > @@ -49,16 +49,6 @@ int utime( const char *path, const struct utimbuf

Re: [Bug-wget] [PATCH 10/14] Do not depend on always defined macros

2014-06-12 Thread Darshit Shah
On Thu, Jun 12, 2014 at 8:59 PM, Steven M. Schweda wrote: > From: Giuseppe Scrivano > >> ops, thanks to have catched it. I've fixed it in my local copy, this is >> how it looks now: >> >> diff --git a/vms/vms.h b/vms/vms.h >> index d65aeda..6053df1 100644 >> --- a/vms/vms.h >> +++ b/vms/vms.h >>