hurdextras-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for HURDEXTRAS cvsfs


From: Aanjhan R
Subject: Patch for HURDEXTRAS cvsfs
Date: Mon, 5 Jun 2006 00:47:18 +0530

Hello All,

Here is a small change that I have made to eliminate build warning of cvsfs.

The diff is attached. Kindly do let me know if this could create side effects. Your criticism is most welcomed :-)

Index: cvs_files.c
===================================================================
RCS file: /sources/hurdextras/cvsfs/cvs_files.c,v
retrieving revision 1.13
diff -r1.13 cvs_files.c
96c96
< cvs_files_gzip_check_header(char **data, int *len)
---
> cvs_files_gzip_check_header(char **data, uInt *len)
176c176
<   z.next_in = input;
---
>   z.next_in = ((Bytef *)input);
279c279
<       z.next_in = input;
---
>       z.next_in = ((Bytef *)input);


Regards,
--
Aanjhan
----------------------------------
a.k.a Tuxmaniac
Locations: #ubuntu-in, #linux-india, #gnu-india @irc.freenode.net
CyberHome: http://www.tuxmaniac.com
----------------------------------
reply via email to

[Prev in Thread] Current Thread [Next in Thread]