Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id BBD507A215 for ; Thu, 9 Feb 2017 18:24:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6DDBA855F0; Thu, 9 Feb 2017 18:24:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3B8785572 for ; Thu, 9 Feb 2017 18:24:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WN2ROZcZ4WCc for ; Thu, 9 Feb 2017 18:24:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9513184CBD for ; Thu, 9 Feb 2017 18:24:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 909CDFBE3; Thu, 9 Feb 2017 18:24:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486664672235060" MIME-Version: 1.0 Date: Thu, 9 Feb 2017 18:24:32 +0000 From: "Sean Cole" Subject: CVS commit: pkgsrc/filesystems/squashfs/patches To: pkgsrc-changes@NetBSD.org Reply-To: scole@netbsd.org X-Mailer: log_accum Message-Id: <20170209182432.909CDFBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486664672235060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Thu Feb 9 18:24:32 UTC 2017 Added Files: pkgsrc/filesystems/squashfs/patches: patch-pseudo.c Log Message: new patch, fixes FreeBSD build To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/squashfs/patches/patch-pseudo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486664672235060 Content-Disposition: inline Content-Length: 594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/filesystems/squashfs/patches/patch-pseudo.c diff -u /dev/null pkgsrc/filesystems/squashfs/patches/patch-pseudo.c:1.1 --- /dev/null Thu Feb 9 18:24:32 2017 +++ pkgsrc/filesystems/squashfs/patches/patch-pseudo.c Thu Feb 9 18:24:32 2017 @@ -0,0 +1,13 @@ +$NetBSD: patch-pseudo.c +include sys/stat.h + +--- pseudo.c.orig 2017-02-06 12:32:28.000000000 -0800 ++++ pseudo.c 2017-02-06 12:32:46.000000000 -0800 +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + #include + + #include "pseudo.h" --_----------=_1486664672235060--