Module Name: src
Committed By: macallan
Date: Wed Nov 25 21:10:56 UTC 2009
Modified Files:
src/sys/dev/sun: cgthree.c
Log Message:
make this compile on sparc64
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/sun/cgthree.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/sun/cgthree.c
diff -u src/sys/dev/sun/cgthree.c:1.25 src/sys/dev/sun/cgthree.c:1.26
--- src/sys/dev/sun/cgthree.c:1.25 Sat Sep 19 07:07:43 2009
+++ src/sys/dev/sun/cgthree.c Wed Nov 25 21:10:56 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: cgthree.c,v 1.25 2009/09/19 07:07:43 tsutsui Exp $ */
+/* $NetBSD: cgthree.c,v 1.26 2009/11/25 21:10:56 macallan Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgthree.c,v 1.25 2009/09/19 07:07:43 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgthree.c,v 1.26 2009/11/25 21:10:56 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -82,7 +82,7 @@
const struct cdevsw cgthree_cdevsw = {
cgthreeopen, nullclose, noread, nowrite, cgthreeioctl,
- nostop, notty, nopoll, cgthreemmap, nokqfilter
+ nostop, notty, nopoll, cgthreemmap, nokqfilter, D_OTHER
};
/* frame buffer generic driver */