pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/hs-network hs-network: Spell uint32_t correctly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6d9ceb5456c
branches:  trunk
changeset: 439264:a6d9ceb5456c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Sep 15 15:34:05 2020 +0000

description:
hs-network: Spell uint32_t correctly.

diffstat:

 net/hs-network/distinfo                      |   3 ++-
 net/hs-network/patches/patch-include_HsNet.h |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 0ca50defc6b2 -r a6d9ceb5456c net/hs-network/distinfo
--- a/net/hs-network/distinfo   Tue Sep 15 12:54:37 2020 +0000
+++ b/net/hs-network/distinfo   Tue Sep 15 15:34:05 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2020/01/01 03:10:36 pho Exp $
+$NetBSD: distinfo,v 1.4 2020/09/15 15:34:05 jperkin Exp $
 
 SHA1 (network-3.1.1.1.tar.gz) = 21cc751e5ad5aa9902a5ec2f9e87fee8cf9d8a14
 RMD160 (network-3.1.1.1.tar.gz) = 67e11c8f060e42001c95b6e2de5d5498d65d02de
 SHA512 (network-3.1.1.1.tar.gz) = caafd3c0730d0f6378230e0acdf285ca50480f02a44963c1f9ae9dc3d53cd496dd3171d7ff4bf79a1e072b85698d74f82d8075b999d5ba1d17ab1429c8094ca8
 Size (network-3.1.1.1.tar.gz) = 118478 bytes
+SHA1 (patch-include_HsNet.h) = 18eb8ef826a829bf28b53f88c19b87d741d97015
diff -r 0ca50defc6b2 -r a6d9ceb5456c net/hs-network/patches/patch-include_HsNet.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hs-network/patches/patch-include_HsNet.h      Tue Sep 15 15:34:05 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-include_HsNet.h,v 1.1 2020/09/15 15:34:05 jperkin Exp $
+
+Spell uint32_t correctly.
+
+--- include/HsNet.h.orig       2001-09-09 01:46:40.000000000 +0000
++++ include/HsNet.h
+@@ -93,7 +93,7 @@ hsnet_inet_ntoa(
+ #elif defined(HAVE_IN_ADDR_T)
+              in_addr_t addr
+ #elif defined(HAVE_INTTYPES_H)
+-             u_int32_t addr
++             uint32_t addr
+ #else
+              unsigned long addr
+ #endif



Home | Main Index | Thread Index | Old Index