openbsd-ports/net/ns/patches/patch-tcp-full_h
2002-09-29 14:32:45 +00:00

13 lines
332 B
Plaintext

$OpenBSD: patch-tcp-full_h,v 1.1 2002/09/29 14:32:45 naddy Exp $
--- tcp-full.h.orig Sun Sep 29 13:55:58 2002
+++ tcp-full.h Sun Sep 29 13:56:23 2002
@@ -131,7 +131,7 @@ protected:
};
class FullTcpAgent : public TcpAgent {
- friend ReassemblyQueue;
+ friend class ReassemblyQueue;
public:
FullTcpAgent();
~FullTcpAgent();