Remove one of two (different!) prototypes for dc_consinit(). dc_ds.c
now includes <pmax/dev/dc_cons.h> to get the correct prototype.
This commit is contained in:
parent
41f23e2e76
commit
dcf49845cb
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: dc_ds.c,v 1.10 1999/11/15 09:54:42 nisimura Exp $ */
|
||||
/* $NetBSD: dc_ds.c,v 1.11 1999/12/08 00:13:33 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1996 The Board of Trustees of The Leland Stanford
|
||||
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <pmax/ibus/ibusvar.h>
|
||||
#include <pmax/dev/dcvar.h>
|
||||
#include <pmax/dev/dc_cons.h>
|
||||
#include <pmax/dev/dc_ds_cons.h>
|
||||
#include <pmax/pmax/kn01.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: dcvar.h,v 1.5 1999/12/03 13:07:35 simonb Exp $ */
|
||||
/* $NetBSD: dcvar.h,v 1.6 1999/12/08 00:13:33 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* External declarations from DECstation dc serial driver.
|
||||
|
@ -43,9 +43,6 @@ extern int dcGetc __P ((dev_t dev));
|
|||
extern int dcparam __P((register struct tty *tp, register struct termios *t));
|
||||
extern void dcPutc __P((dev_t dev, int c));
|
||||
|
||||
struct dc7085regs;
|
||||
void dc_consinit __P((dev_t dev, volatile struct dc7085regs *dcaddr));
|
||||
|
||||
/* QVSS-compatible in-kernel X input event parser, pointer tracker */
|
||||
void (*dcDivertXInput) __P((int cc)); /* X windows keyboard input routine */
|
||||
void (*dcMouseEvent) __P((int)); /* X windows mouse motion event routine */
|
||||
|
|
Loading…
Reference in New Issue