SOURCES: proftpd-wtmp.patch, proftpd-pool.patch - updated to 1.3.1rc1
baggins
baggins at pld-linux.org
Wed Dec 20 15:40:55 CET 2006
Author: baggins Date: Wed Dec 20 14:40:55 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to 1.3.1rc1
---- Files affected:
SOURCES:
proftpd-wtmp.patch (1.16 -> 1.17) , proftpd-pool.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/proftpd-wtmp.patch
diff -u SOURCES/proftpd-wtmp.patch:1.16 SOURCES/proftpd-wtmp.patch:1.17
--- SOURCES/proftpd-wtmp.patch:1.16 Sat Apr 29 16:21:03 2006
+++ SOURCES/proftpd-wtmp.patch Wed Dec 20 15:40:50 2006
@@ -14,7 +14,7 @@
- (defined(__NetBSD__) && defined(HAVE_UTMPX_H))) && \
- !(defined(LINUX) || defined(__hpux) || defined (_AIX))
- /* This "auxilliary" utmp doesn't exist under linux. */
--#ifdef __sparcv9
+-#if defined(__sparcv9) && !defined(__NetBSD__)
- struct futmpx utx;
- time_t t;
-#else
================================================================
Index: SOURCES/proftpd-pool.patch
diff -u SOURCES/proftpd-pool.patch:1.1 SOURCES/proftpd-pool.patch:1.2
--- SOURCES/proftpd-pool.patch:1.1 Tue Oct 24 12:57:14 2006
+++ SOURCES/proftpd-pool.patch Wed Dec 20 15:40:50 2006
@@ -9,12 +9,3 @@
char pad[32];
#endif
-@@ -363,7 +363,7 @@
-
- pr_alarms_block();
-
-- blok = new_block(sz, TRUE);
-+ blok = new_block(sz + POOL_HDR_BYTES, TRUE);
-
- new_pool = (pool *) blok->h.first_avail;
- blok->h.first_avail += POOL_HDR_BYTES;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/proftpd-wtmp.patch?r1=1.16&r2=1.17&f=u
http://cvs.pld-linux.org/SOURCES/proftpd-pool.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list