svn commit: r326355 - head/sysutils/ftwin/files

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 5 06:23:19 UTC 2013


Author: bapt
Date: Thu Sep  5 06:23:19 2013
New Revision: 326355
URL: http://svnweb.freebsd.org/changeset/ports/326355

Log:
  Fix build with clang
  
  Reported by:	pkg-fallout

Added:
  head/sysutils/ftwin/files/patch-ftwin.c   (contents, props changed)

Added: head/sysutils/ftwin/files/patch-ftwin.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/ftwin/files/patch-ftwin.c	Thu Sep  5 06:23:19 2013	(r326355)
@@ -0,0 +1,11 @@
+--- src/ftwin.c.orig	2009-05-21 14:32:32.000000000 +0200
++++ src/ftwin.c	2013-09-05 08:21:38.056133246 +0200
+@@ -228,7 +228,7 @@
+     apr_dir_t *dir;
+     apr_int32_t statmask =
+ 	APR_FINFO_SIZE | APR_FINFO_TYPE | APR_FINFO_USER | APR_FINFO_GROUP | APR_FINFO_UPROT | APR_FINFO_GPROT;
+-    apr_size_t fname_len;
++    apr_size_t fname_len = 0;
+     apr_uint32_t hash_value;
+     apr_status_t status;
+     int rc;


More information about the svn-ports-all mailing list