Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/sun make this compile on sparc64



details:   https://anonhg.NetBSD.org/src/rev/75044a9c85b8
branches:  trunk
changeset: 749300:75044a9c85b8
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Nov 25 21:10:56 2009 +0000

description:
make this compile on sparc64

diffstat:

 sys/dev/sun/cgthree.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c0890b42a29d -r 75044a9c85b8 sys/dev/sun/cgthree.c
--- a/sys/dev/sun/cgthree.c     Wed Nov 25 20:40:41 2009 +0000
+++ b/sys/dev/sun/cgthree.c     Wed Nov 25 21:10:56 2009 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index