summaryrefslogtreecommitdiff
path: root/ftp/proftpd/files/patch-src-wtmp.c
diff options
context:
space:
mode:
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