mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
14 lines
397 B
C++
14 lines
397 B
C++
$NetBSD: patch-libxipc_finder__messenger.hh,v 1.1 2012/07/03 17:36:10 joerg Exp $
|
|
|
|
--- libxipc/finder_messenger.hh.orig 2009-01-05 18:30:55.000000000 +0000
|
|
+++ libxipc/finder_messenger.hh
|
|
@@ -141,7 +141,7 @@ private:
|
|
};
|
|
typedef map<uint32_t, ResponseState> SeqNoResponseMap;
|
|
|
|
- friend class ResponseState;
|
|
+ friend struct ResponseState;
|
|
|
|
private:
|
|
EventLoop& _eventloop;
|