From 69b5ceb206695fb979f17080755731357747086f Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 13 May 2007 16:13:10 +0000 Subject: Add a cast to appease gcc4. --- security/sfs/distinfo | 3 ++- security/sfs/patches/patch-bu | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 security/sfs/patches/patch-bu (limited to 'security/sfs') diff --git a/security/sfs/distinfo b/security/sfs/distinfo index d0d73f9c9d4..634c83fc5ba 100644 --- a/security/sfs/distinfo +++ b/security/sfs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2006/10/21 11:53:13 agc Exp $ +$NetBSD: distinfo,v 1.4 2007/05/13 16:13:10 agc Exp $ SHA1 (sfs-0.7.2.tar.gz) = 3619afc9b785e4aa41f7cdf202c5b233a6b5fe08 RMD160 (sfs-0.7.2.tar.gz) = 30cd5e21c4f63292ef0f5671720f6036d08e5ff1 @@ -49,3 +49,4 @@ SHA1 (patch-bq) = df81507b2e2fd5d40a6759bf063229ef3e0fa301 SHA1 (patch-br) = 411b894e043d105402ab7d0622fc843703457639 SHA1 (patch-bs) = a426787d1b2a74a92a091046c1c9fdf7696a87f4 SHA1 (patch-bt) = 41b1359d716493aadd861818c9a377247191ecec +SHA1 (patch-bu) = 42924f5d59315b99d3d397eedde977366ec0ad96 diff --git a/security/sfs/patches/patch-bu b/security/sfs/patches/patch-bu new file mode 100644 index 00000000000..174f9dd58b1 --- /dev/null +++ b/security/sfs/patches/patch-bu @@ -0,0 +1,13 @@ +$NetBSD: patch-bu,v 1.1 2007/05/13 16:13:10 agc Exp $ + +--- async/myaddrs.C 2007/05/13 15:39:24 1.1 ++++ async/myaddrs.C 2007/05/13 15:40:12 +@@ -74,7 +74,7 @@ + res->clear (); + bhash addrs; + +- p = ifc.ifc_buf; ++ p = (char *) ifc.ifc_buf; + e = p + ifc.ifc_len; + while (p < e) { + struct ifreq *ifrp = (struct ifreq *) p; -- cgit v1.2.3