Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2006 20:42:45 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100655 for review
Message-ID:  <200607052042.k65Kgjd0047425@repoman.freebsd.org>

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

Change 100655 by jhb@jhb_mutex on 2006/07/05 20:42:37

	Compile.

Affected files ...

.. //depot/projects/smpng/sys/i386/ibcs2/ibcs2_xenix.c#15 edit

Differences ...

==== //depot/projects/smpng/sys/i386/ibcs2/ibcs2_xenix.c#15 (text+ko) ====

@@ -88,7 +88,7 @@
 
 	DPRINTF(("IBCS2: 'xenix rdchk'\n"));
 	
-	error = kern_ioctl(td, uap->fd, FIONREAD, &data);
+	error = kern_ioctl(td, uap->fd, FIONREAD, (caddr_t)&data);
 	if (error)
 		return (error);
 	td->td_retval[0] = data ? 1 : 0;



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