Put back extern declaration of scn_cd so this builds again.

This commit is contained in:
simonb 2002-11-21 00:23:24 +00:00
parent 1591afc22d
commit 4c350ad4fa
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: scn.c,v 1.57 2002/10/23 09:11:44 jdolecek Exp $ */
/* $NetBSD: scn.c,v 1.58 2002/11/21 00:23:24 simonb Exp $ */
/*
* Copyright (c) 1996, 1997 Philip L. Budne.
@ -95,6 +95,8 @@ int scnhwiflow __P((struct tty *, int));
CFATTACH_DECL(scn, sizeof(struct scn_softc),
scnprobe, scnattach, NULL, NULL);
extern struct cfdriver scn_cd;
dev_type_open(scnopen);
dev_type_close(scnclose);
dev_type_read(scnread);