diff options
Diffstat (limited to 'comms/plp/patches/patch-ncp_channel.cc')
-rw-r--r-- | comms/plp/patches/patch-ncp_channel.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/plp/patches/patch-ncp_channel.cc b/comms/plp/patches/patch-ncp_channel.cc new file mode 100644 index 00000000000..b42790baa56 --- /dev/null +++ b/comms/plp/patches/patch-ncp_channel.cc @@ -0,0 +1,15 @@ +$NetBSD: patch-ncp_channel.cc,v 1.1 2011/12/19 13:44:07 wiz Exp $ + +Remove unnecessary header. + +--- ncp/channel.cc.orig 1999-04-12 21:16:50.000000000 +0000 ++++ ncp/channel.cc +@@ -20,8 +20,6 @@ + // e-mail philip.proudman@btinternet.com + + +-#include <stream.h> +- + #include "bool.h" + #include "channel.h" + #include "ncp.h" |