Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 00:33:40 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 25659 for review
Message-ID:  <200302230833.h1N8XevI038202@repoman.freebsd.org>

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

Change 25659 by marcel@marcel_vaio on 2003/02/23 00:33:13

	IFC @25653

Affected files ...

.. //depot/projects/ia64/sys/dev/sio/sio_cons.c#11 edit

Differences ...

==== //depot/projects/ia64/sys/dev/sio/sio_cons.c#11 (text+ko) ====

@@ -207,7 +207,7 @@
 }
 
 void
-siocnputc(dev_t dev, int c)
+siocnputc(struct consdev *cp, int c)
 {
 	int s, to;
 
@@ -220,7 +220,7 @@
 }
 
 static int
-siocncheckc(dev_t dev)
+siocncheckc(struct consdev *cp)
 {
 	int c, s;
 
@@ -234,7 +234,7 @@
 }
 
 static int
-siocngetc(dev_t dev)
+siocngetc(struct consdev *cp)
 {
 	int c, s;
 

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?200302230833.h1N8XevI038202>