$NetBSD: patch-al,v 1.1 2004/09/08 12:47:39 wiz Exp $

--- ncp/ncp.cc.orig	1999-04-12 23:27:06.000000000 +0200
+++ ncp/ncp.cc
@@ -33,7 +33,7 @@
 ncp::ncp(const char *fname, int baud, IOWatch &iow, bool _s5) :
   s5(_s5)
 {
-  l = new link(fname, baud, iow, s5, LINK_LAYER_DIAGNOSTICS);
+  l = new Link(fname, baud, iow, s5, LINK_LAYER_DIAGNOSTICS);
   gotLinkChan = false;
   failed = false;
   
