From 6d5c6b410612c9d558fe60eb7e967e2305537d34 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 29 Apr 2004 02:47:56 +0000 Subject: - update to 1.2.2 --- ftp/vsftpd/files/patch-sysutil.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ftp/vsftpd/files/patch-sysutil.c (limited to 'ftp/vsftpd/files/patch-sysutil.c') diff --git a/ftp/vsftpd/files/patch-sysutil.c b/ftp/vsftpd/files/patch-sysutil.c deleted file mode 100644 index 2650592c9772..000000000000 --- a/ftp/vsftpd/files/patch-sysutil.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sysutil.c~ Tue Nov 11 02:37:16 2003 -+++ sysutil.c Fri Nov 21 13:47:12 2003 -@@ -1403,7 +1403,7 @@ - * more recent dates appear later in the alphabet! Most notably, we must - * make sure we pad to the same length with 0's - */ -- snprintf(intbuf, sizeof(intbuf), "%030ld", p_stat->st_mtime); -+ snprintf(intbuf, sizeof(intbuf), "%030ld", (long)p_stat->st_mtime); - return intbuf; - } - -- cgit v1.2.3