Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2003 17:15:22 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26245 for review
Message-ID:  <200303030115.h231FMJu011886@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26245

Change 26245 by marcel@marcel_nfs on 2003/03/02 17:14:57

	Sync-up with the dev_t -> struct consdev change.

Affected files ...

.. //depot/projects/tty/sys/dev/vga/vga_cons.c#3 edit

Differences ...

==== //depot/projects/tty/sys/dev/vga/vga_cons.c#3 (text+ko) ====

@@ -106,7 +106,7 @@
 }
 
 static void
-vga_cnputc(dev_t dev, int c)
+vga_cnputc(struct consdev *cp, int c)
 {
 	int s;
 
@@ -116,14 +116,14 @@
 }
 
 static int
-vga_cncheckc(dev_t dev)
+vga_cncheckc(struct consdev *cp)
 {
 
 	return (-1);
 }
 
 static int
-vga_cngetc(dev_t dev)
+vga_cngetc(struct consdev *cp)
 {
 
 	return (-1);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303030115.h231FMJu011886>