Module Name: xsrc
Committed By: macallan
Date: Wed May 25 23:36:39 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-pnozz/dist/src: pnozz_cursor.c
pnozz_driver.c
Log Message:
#include <sys/ioctl.h>
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_cursor.c
cvs rdiff -u -r1.4 -r1.5 \
xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_cursor.c
diff -u xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_cursor.c:1.1 xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_cursor.c:1.2
--- xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_cursor.c:1.1 Wed Aug 26 22:28:26 2009
+++ xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_cursor.c Wed May 25 23:36:39 2011
@@ -20,11 +20,12 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-/* $NetBSD: pnozz_cursor.c,v 1.1 2009/08/26 22:28:26 macallan Exp $ */
+/* $NetBSD: pnozz_cursor.c,v 1.2 2011/05/25 23:36:39 macallan Exp $ */
#include <fcntl.h>
#include <sys/time.h>
#include <sys/types.h>
+#include <sys/ioctl.h>
#include <dev/sun/fbio.h>
#include <dev/wscons/wsconsio.h>
Index: xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_driver.c
diff -u xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_driver.c:1.4 xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_driver.c:1.5
--- xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_driver.c:1.4 Fri Nov 26 21:18:10 2010
+++ xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_driver.c Wed May 25 23:36:39 2011
@@ -20,7 +20,7 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-/* $NetBSD: pnozz_driver.c,v 1.4 2010/11/26 21:18:10 mrg Exp $ */
+/* $NetBSD: pnozz_driver.c,v 1.5 2011/05/25 23:36:39 macallan Exp $ */
/*
* this driver has been tested on SPARCbook 3GX and 3TX, it supports full
@@ -30,6 +30,7 @@
#include <fcntl.h>
#include <sys/time.h>
#include <sys/types.h>
+#include <sys/ioctl.h>
#include <dev/sun/fbio.h>
#include <dev/wscons/wsconsio.h>