svn commit: r418901 - head/sysutils/e2fsprogs/files

Matthias Andree mandree at FreeBSD.org
Thu Jul 21 23:38:49 UTC 2016


Author: mandree
Date: Thu Jul 21 23:38:47 2016
New Revision: 418901
URL: https://svnweb.freebsd.org/changeset/ports/418901

Log:
  Fix bogus test failure on FreeBSD 9.x.

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

Added: head/sysutils/e2fsprogs/files/patch-misc_create__inode.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/e2fsprogs/files/patch-misc_create__inode.c	Thu Jul 21 23:38:47 2016	(r418901)
@@ -0,0 +1,11 @@
+--- misc/create_inode.c.orig	2016-06-08 21:39:43 UTC
++++ misc/create_inode.c
+@@ -450,7 +450,7 @@ static errcode_t try_lseek_copy(ext2_fil
+ {
+ 	off_t data = 0, hole;
+ 	off_t data_blk, hole_blk;
+-	errcode_t err;
++	errcode_t err = 0;
+ 
+ 	/* Try to use SEEK_DATA and SEEK_HOLE */
+ 	while (data < statbuf->st_size) {


More information about the svn-ports-head mailing list