summaryrefslogtreecommitdiff
path: root/ftp/proftpd/files/patch-src-wtmp.c
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2014-05-19 22:58:14 +0000
committerMartin Matuska <mm@FreeBSD.org>2014-05-19 22:58:14 +0000
commit89cb192015423551f59eef4787eb4f1024bdc7aa (patch)
tree94634f665227cd0673d9af405af2db1fda61e283 /ftp/proftpd/files/patch-src-wtmp.c
parent- Update to 4.11.0 (bugfix) (diff)
Update ftp/proftpd to 1.3.5
Update ftp/proftpd-mod_geoip to 1.3.5 (now shipped with ProFTPd) Update security/proftpd-mod_clamav to 0.13
Notes
Notes: svn path=/head/; revision=354587
Diffstat (limited to 'ftp/proftpd/files/patch-src-wtmp.c')
-rw-r--r--ftp/proftpd/files/patch-src-wtmp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/proftpd/files/patch-src-wtmp.c b/ftp/proftpd/files/patch-src-wtmp.c
deleted file mode 100644
index a73ecf1f7fe5..000000000000
--- a/ftp/proftpd/files/patch-src-wtmp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/wtmp.c.orig 2012-08-04 08:45:32.292505678 +0200
-+++ src/wtmp.c 2012-08-04 08:45:35.508505108 +0200
-@@ -97,7 +97,7 @@
- #else /* SVR4 */
- utx.ut_syslen = strlen(utx.ut_host)+1;
-
--# ifdef __sparcv9
-+# ifdef __sparcv9 && !defined(__FreeBSD__)
- time(&t);
- utx.ut_tv.tv_sec = (time32_t)t;
- # else