Update of /cvsroot/radmind/radmind
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24783
Modified Files:
retr.c
Log Message:
Fix for non-apple compile.
Index: retr.c
===================================================================
RCS file: /cvsroot/radmind/radmind/retr.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** retr.c 20 Mar 2006 18:16:46 -0000 1.56
--- retr.c 24 Mar 2006 16:56:34 -0000 1.57
***************
*** 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;
|