diff options
Diffstat (limited to 'usr.bin/fetch/fetch.h')
| -rw-r--r-- | usr.bin/fetch/fetch.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/usr.bin/fetch/fetch.h b/usr.bin/fetch/fetch.h index 685fdd6730426..aac3fbcb34f7e 100644 --- a/usr.bin/fetch/fetch.h +++ b/usr.bin/fetch/fetch.h @@ -26,7 +26,7 @@   * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$Id: fetch.h,v 1.6 1998/09/20 00:01:26 jkh Exp $ + *	$Id: fetch.h,v 1.5 1997/08/05 20:18:38 ache Exp $   */  #ifndef fetch_h @@ -52,7 +52,6 @@ struct fetch_state {  	int fs_linux_bug;	/* -b option */  	int fs_use_connect;	/* -t option */  	off_t fs_expectedsize;	/* -S option */ -	int fs_reportsize;	/* -s option */  	time_t fs_modtime;  	void *fs_proto;  	int (*fs_retrieve)(struct fetch_state *); | 
