summaryrefslogtreecommitdiff
path: root/security/sfs
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2007-05-13 16:13:10 +0000
committeragc <agc@pkgsrc.org>2007-05-13 16:13:10 +0000
commit69b5ceb206695fb979f17080755731357747086f (patch)
tree99f00918dd88a76990b4bd4c6dd28a899cca469f /security/sfs
parente30760a745935d90a3771e9c23719d067b5324f9 (diff)
downloadpkgsrc-69b5ceb206695fb979f17080755731357747086f.tar.gz
Add a cast to appease gcc4.
Diffstat (limited to 'security/sfs')
-rw-r--r--security/sfs/distinfo3
-rw-r--r--security/sfs/patches/patch-bu13
2 files changed, 15 insertions, 1 deletions
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<in_addr> addrs;
+
+- p = ifc.ifc_buf;
++ p = (char *) ifc.ifc_buf;
+ e = p + ifc.ifc_len;
+ while (p < e) {
+ struct ifreq *ifrp = (struct ifreq *) p;