Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2006 13:12:23 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 106503 for review
Message-ID:  <200609221312.k8MDCN4Z008153@repoman.freebsd.org>

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

Change 106503 by rdivacky@rdivacky_witten on 2006/09/22 13:11:28

	Make this compilable on amd64.

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_aio.h#2 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_aio.h#2 (text+ko) ====

@@ -32,7 +32,7 @@
 #ifndef	_LINUX_AIO_H_
 #define	_LINUX_AIO_H_
 
-typedef l_ulong linux_aio_context_t;
+typedef unsigned long linux_aio_context_t;
 
 enum {
 	LINUX_IOCB_CMD_PREAD = 0,



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