From 6d54c6884aedba43b49b725cd90a822b11b8f8a0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 27 Jan 2007 10:33:25 +0000 Subject: Fix build with gcc4. From Hans Rosenfeld in PR 35496. --- net/latd/distinfo | 3 ++- net/latd/patches/patch-ag | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 net/latd/patches/patch-ag (limited to 'net/latd') diff --git a/net/latd/distinfo b/net/latd/distinfo index b5b8d580d9a..db60be7ee2a 100644 --- a/net/latd/distinfo +++ b/net/latd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2006/03/14 02:38:16 joerg Exp $ +$NetBSD: distinfo,v 1.5 2007/01/27 10:33:25 wiz Exp $ SHA1 (latd-1.18.tar.gz) = a7cecdb97507f485e726ea4c2fef0a59ad3adbae RMD160 (latd-1.18.tar.gz) = a0be3bd71b76c6a07c47fc2ad863526303d365bf @@ -9,3 +9,4 @@ SHA1 (patch-ac) = adbe7b78bce30b6fbf540a18922ddb073cfccf0c SHA1 (patch-ad) = f606a87bf3dff0571db3ededc6889e31f2012397 SHA1 (patch-ae) = 931842733d2166c0fd29b5f0d0772c44f1d79fd3 SHA1 (patch-af) = 3b2f723ec163d925dee42b7d6597f8219ebe22df +SHA1 (patch-ag) = 41718557b941aa6aab761f495202ae6c14582c87 diff --git a/net/latd/patches/patch-ag b/net/latd/patches/patch-ag new file mode 100644 index 00000000000..8cd7b25bbaf --- /dev/null +++ b/net/latd/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2007/01/27 10:33:25 wiz Exp $ + +--- services.h.orig 2002-10-14 14:33:46.000000000 +0000 ++++ services.h +@@ -71,7 +71,7 @@ class LATServices + const std::string get_ident() { return ident; } + bool is_available(); + bool remove_node(const std::string &node); +- void serviceinfo::list_service(std::ostrstream &output); ++ void list_service(std::ostrstream &output); + void expire_nodes(time_t); + + private: -- cgit v1.2.3