diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-10 15:55:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-10 15:55:34 +0000 |
| commit | c73feca0b7ac475e04a1a97b525ad461b3eca29e (patch) | |
| tree | f662b88f29ea0b27902ef1878e7b04370f7d3b1f /sys/dev/cy | |
| parent | d9f9371008a4433a269555c374912db62ef797c0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 4 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index bc078cc3ce77c..fe374859aaaf1 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.24 1995/12/08 11:14:04 julian Exp $ + * $Id: cy.c,v 1.25 1995/12/08 23:20:24 phk Exp $ */ #include "cy.h" @@ -368,7 +368,7 @@ static d_read_t cyread; static d_write_t cywrite; static d_ioctl_t cyioctl; static d_stop_t cystop; -static d_ttycv_t cydevtotty; +static d_devtotty_t cydevtotty; #define CDEV_MAJOR 48 static struct cdevsw cy_cdevsw = diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index bc078cc3ce77c..fe374859aaaf1 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.24 1995/12/08 11:14:04 julian Exp $ + * $Id: cy.c,v 1.25 1995/12/08 23:20:24 phk Exp $ */ #include "cy.h" @@ -368,7 +368,7 @@ static d_read_t cyread; static d_write_t cywrite; static d_ioctl_t cyioctl; static d_stop_t cystop; -static d_ttycv_t cydevtotty; +static d_devtotty_t cydevtotty; #define CDEV_MAJOR 48 static struct cdevsw cy_cdevsw = |
