From: hniksic Date: Sat, 10 Feb 2001 22:37:12 +0000 (-0800) Subject: [svn] Applied Tim Mooney's patch that fixes a build problem under Tru64. X-Git-Tag: v1.13~2280 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=fdc20de3650934819a33723fb297584acdf2483b [svn] Applied Tim Mooney's patch that fixes a build problem under Tru64. Published in . --- diff --git a/src/ChangeLog b/src/ChangeLog index d505b4c5..65ce1779 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-02-10 Tim Mooney + + * ftp.h: Rename enums `command' to `wget_ftp_command' and + `fstatus' to `wget_ftp_status' because old names clash with Tru64 + net/if.h. + 2001-02-08 Christian Fraenkel * gen_sslfunc.c: verify_callback is now static diff --git a/src/ftp.h b/src/ftp.h index 0fa0a164..06a53318 100644 --- a/src/ftp.h +++ b/src/ftp.h @@ -74,7 +74,7 @@ struct fileinfo }; /* Commands for FTP functions. */ -enum command +enum wget_ftp_command { DO_LOGIN = 0x0001, /* Connect and login to the server. */ DO_CWD = 0x0002, /* Change current directory. */ @@ -83,7 +83,7 @@ enum command LEAVE_PENDING = 0x0010 /* Do not close the socket. */ }; -enum fstatus +enum wget_ftp_fstatus { NOTHING = 0x0000, /* Nothing done yet. */ ON_YOUR_OWN = 0x0001, /* The ftp_loop_internal sets the