]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- updated to 1.3.1rc1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 20 Dec 2006 14:40:50 +0000 (14:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-pool.patch -> 1.2
    proftpd-wtmp.patch -> 1.17

proftpd-pool.patch
proftpd-wtmp.patch

index eaf6d3bb9b2ab945812a2619eef730ca2fd196a6..6ecaebaf9a974fc914be4aa83c140e7c4b610f14 100644 (file)
@@ -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;
index e8dac33d1db7d891aa3d7569886d3d1ccf7fec2d..7c9d3fd0e3d80e01fbbc29db071c78379c9e65c2 100644 (file)
@@ -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
This page took 0.139489 seconds and 4 git commands to generate.