aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-14 06:35:33 +0000
committerFritz Elfert <felfert@to.com>2002-07-14 06:35:33 +0000
commitf9e740af36b44a1c9e834dc8fff08fba8fb1b13f (patch)
tree8b84b4ffcb235224f8de1761fdd59446f155281d /ncpd
parent97984a6f290d1bd87aaba317c47c70a14b1c0b31 (diff)
downloadplptools-f9e740af36b44a1c9e834dc8fff08fba8fb1b13f.tar.gz
plptools-f9e740af36b44a1c9e834dc8fff08fba8fb1b13f.tar.bz2
plptools-f9e740af36b44a1c9e834dc8fff08fba8fb1b13f.zip
Applied patches from debian bug #104967 (not yet tested)
Diffstat (limited to 'ncpd')
-rw-r--r--ncpd/linkchan.cc2
-rw-r--r--ncpd/main.cc2
2 files changed, 4 insertions, 0 deletions
diff --git a/ncpd/linkchan.cc b/ncpd/linkchan.cc
index 850b959..2d9a67e 100644
--- a/ncpd/linkchan.cc
+++ b/ncpd/linkchan.cc
@@ -30,6 +30,8 @@
#include "bufferstore.h"
#include "bufferarray.h"
+using namespace std;
+
linkChan::linkChan(ncp * _ncpController, int _ncpChannel):channel(_ncpController)
{
registerSer = 0x1234;
diff --git a/ncpd/main.cc b/ncpd/main.cc
index 4d84daa..a1b7dc5 100644
--- a/ncpd/main.cc
+++ b/ncpd/main.cc
@@ -50,6 +50,8 @@
#define _GNU_SOURCE
#include <getopt.h>
+using namespace std;
+
static bool verbose = false;
static bool active = true;
static bool autoexit = false;