Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2009 12:28:47 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 167534 for review
Message-ID:  <200908201228.n7KCSlfT026706@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=167534

Change 167534 by bz@bz_dumpster on 2009/08/20 12:28:16

	mpsafe tty
	
	Submitted by:	jhb

Affected files ...

.. //depot/projects/s390/sys/s390/s390/hmcsc.c#10 edit

Differences ...

==== //depot/projects/s390/sys/s390/s390/hmcsc.c#10 (text+ko) ====

@@ -287,7 +287,7 @@
 {
 	struct tty *tp;
 
-	tp = tty_alloc(&hmcsc_class, NULL, NULL);
+	tp = tty_alloc(&hmcsc_class, NULL);
 	tty_makedev(tp, NULL, "hmcsccons");
 }
 


help

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