Update of /cvsroot/radmind/radmind
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24091
Modified Files:
Tag: radmind-1-6-0-branch
retr.c
Log Message:
Fix for non-apple compile.
Index: retr.c
===================================================================
RCS file: /cvsroot/radmind/radmind/retr.c,v
retrieving revision 1.53.2.3
retrieving revision 1.53.2.4
diff -C2 -d -r1.53.2.3 -r1.53.2.4
*** retr.c 3 Mar 2006 14:40:02 -0000 1.53.2.3
--- retr.c 24 Mar 2006 16:55:17 -0000 1.53.2.4
***************
*** 515,519 ****
int
retr_applefile( SNET *sn, char *pathdesc, char *path, char *temppath,
! off_t transize, char *trancksum )
{
errno = EINVAL;
--- 515,519 ----
int
retr_applefile( SNET *sn, char *pathdesc, char *path, char *temppath,
! mode_t tempmode, off_t transize, char *trancksum )
{
errno = EINVAL;
|