]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- Fixed to match proftpd@HEAD
authorqrczak <qrczak@pld-linux.org>
Tue, 20 Feb 2007 23:42:23 +0000 (23:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-wtmp.patch -> 1.18

proftpd-wtmp.patch

index 7c9d3fd0e3d80e01fbbc29db071c78379c9e65c2..219e751188cd1a37c8523f63e53779e9d3408ac3 100644 (file)
@@ -1,5 +1,5 @@
---- proftpd-1.3.0/src/log.c    2005-11-14 18:33:06.000000000 +0200
-+++ proftpd-1.3.0.utmp/src/log.c       2006-04-29 14:17:55.023163252 +0300
+--- proftpd-1.3.0.orig/src/log.c       2005-11-14 17:33:06.000000000 +0100
++++ proftpd-1.3.0/src/log.c    2007-02-21 00:31:27.000000000 +0100
 @@ -54,31 +54,13 @@
  
  int log_wtmp(char *line, const char *name, const char *host,
@@ -14,7 +14,7 @@
 -    (defined(__NetBSD__) && defined(HAVE_UTMPX_H))) && \
 -    !(defined(LINUX) || defined(__hpux) || defined (_AIX))
 -  /* This "auxilliary" utmp doesn't exist under linux. */
--#if defined(__sparcv9) && !defined(__NetBSD__)
+-#ifdef __sparcv9
 -  struct futmpx utx;
 -  time_t t;
 -#else
This page took 0.207416 seconds and 4 git commands to generate.