From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1E49198006 for ; Thu, 21 Feb 2013 10:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92000E0521; Thu, 21 Feb 2013 10:28:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0774DE0521 for ; Thu, 21 Feb 2013 10:28:55 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0C7833E058 for ; Thu, 21 Feb 2013 10:28:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 0726F2171D; Thu, 21 Feb 2013 10:28:52 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/jfsutils/files: jfsutils-1.1.15-linux-headers.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: jfsutils-1.1.15-linux-headers.patch X-VCS-Directories: sys-fs/jfsutils/files X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130221102853.0726F2171D@flycatcher.gentoo.org> Date: Thu, 21 Feb 2013 10:28:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ea0df05b-1f75-4f6d-994e-ed89629f0fbd X-Archives-Hash: 79292c3d610612b1f8d8dabe929558e1 scarabeus 13/02/21 10:28:52 Added: jfsutils-1.1.15-linux-headers.patch Log: Apply patch wrt linux headers issue fixes bug#448844. (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) Revision Changes Path 1.1 sys-fs/jfsutils/files/jfsutils-1.1.15-linux-headers.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/jfsutils/files/jfsutils-1.1.15-linux-headers.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/jfsutils/files/jfsutils-1.1.15-linux-headers.patch?rev=1.1&content-type=text/plain Index: jfsutils-1.1.15-linux-headers.patch =================================================================== Index: jfsutils-1.1.15/libfs/devices.h =================================================================== --- jfsutils-1.1.15.orig/libfs/devices.h +++ jfsutils-1.1.15/libfs/devices.h @@ -42,6 +42,7 @@ struct stat; +#include int ujfs_get_dev_size(FILE *, int64_t * size); int ujfs_rw_diskblocks(FILE *, int64_t, int32_t, void *, int32_t); int ujfs_flush_dev(FILE *);