Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 213778f36f2d4d54f221a6a609e991d1 > files > 8

mirrordir-0.10.49-27.2.mga7.src.rpm

Index: mirrordir-0.10.49/vfs/ftpfs.c
===================================================================
--- mirrordir-0.10.49/vfs/ftpfs.c
+++ mirrordir-0.10.49/vfs/ftpfs.c	2015-10-26 20:51:52.939862328 +0000
@@ -389,7 +389,7 @@
     return binary;
 }
 
-inline void
+void
 flush_all_directory(struct ftpfs_connection *bucket)
 {
     linklist_delete_all(qdcache(bucket), ftpfs_dir_destructor);
Index: mirrordir-0.10.49/vfs/vfs.c
===================================================================
--- mirrordir-0.10.49/vfs/vfs.c
+++ mirrordir-0.10.49/vfs/vfs.c	2015-10-26 20:52:10.286180195 +0000
@@ -1497,7 +1497,7 @@
     free (path);
 }
 
-inline int timeoutcmp (struct timeval *t1, struct timeval *t2)
+int timeoutcmp (struct timeval *t1, struct timeval *t2)
 {
     return ((t1->tv_sec < t2->tv_sec)
 	    || ((t1->tv_sec == t2->tv_sec) && (t1->tv_usec <= t2->tv_usec)));