SOURCES: proftpd-wtmp.patch - small fix

baggins baggins at pld-linux.org
Mon Aug 20 14:13:08 CEST 2007


Author: baggins                      Date: Mon Aug 20 12:13:08 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- small fix

---- Files affected:
SOURCES:
   proftpd-wtmp.patch (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SOURCES/proftpd-wtmp.patch
diff -u SOURCES/proftpd-wtmp.patch:1.21 SOURCES/proftpd-wtmp.patch:1.22
--- SOURCES/proftpd-wtmp.patch:1.21	Mon Aug 20 14:09:45 2007
+++ SOURCES/proftpd-wtmp.patch	Mon Aug 20 14:13:03 2007
@@ -178,7 +178,7 @@
 +      gettimeofday(&utx.ut_tv, NULL);
 +#else
 +      time(&t);
-+      utx.ut_tv.tv_sec = (time32_t)t;
++      utx.ut_tv.tv_sec = t;
 +#endif
  
 -#else /* Non-SVR4 systems */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/proftpd-wtmp.patch?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list