pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sfs Add a cast to appease gcc4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fbdb4dca891
branches:  trunk
changeset: 528732:2fbdb4dca891
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun May 13 16:13:10 2007 +0000

description:
Add a cast to appease gcc4.

diffstat:

 security/sfs/distinfo         |   3 ++-
 security/sfs/patches/patch-bu |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r dccbd95b041a -r 2fbdb4dca891 security/sfs/distinfo
--- a/security/sfs/distinfo     Sun May 13 15:34:05 2007 +0000
+++ b/security/sfs/distinfo     Sun May 13 16:13:10 2007 +0000
@@ -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-br) = 411b894e043d105402ab7d0622fc843703457639
 SHA1 (patch-bs) = a426787d1b2a74a92a091046c1c9fdf7696a87f4
 SHA1 (patch-bt) = 41b1359d716493aadd861818c9a377247191ecec
+SHA1 (patch-bu) = 42924f5d59315b99d3d397eedde977366ec0ad96
diff -r dccbd95b041a -r 2fbdb4dca891 security/sfs/patches/patch-bu
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/sfs/patches/patch-bu     Sun May 13 16:13:10 2007 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index