Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Make it compile after the kq changes.



details:   https://anonhg.NetBSD.org/src/rev/94d477876ecc
branches:  trunk
changeset: 538641:94d477876ecc
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Oct 24 01:43:54 2002 +0000

description:
Make it compile after the kq changes.
XXX I'm not sure what kqfilter cgd should have, it gets nokqfilter for now.

diffstat:

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

diffs (27 lines):

diff -r 8dce4d58d31f -r 94d477876ecc sys/dev/cgd.c
--- a/sys/dev/cgd.c     Thu Oct 24 01:36:34 2002 +0000
+++ b/sys/dev/cgd.c     Thu Oct 24 01:43:54 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cgd.c,v 1.2 2002/10/14 19:16:55 elric Exp $ */
+/* $NetBSD: cgd.c,v 1.3 2002/10/24 01:43:54 augustss Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgd.c,v 1.2 2002/10/14 19:16:55 elric Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgd.c,v 1.3 2002/10/24 01:43:54 augustss Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -79,7 +79,7 @@
 
 const struct cdevsw cgd_cdevsw = {
        cgdopen, cgdclose, cgdread, cgdwrite, cgdioctl,
-       nostop, notty, nopoll, nommap, D_DISK
+       nostop, notty, nopoll, nommap, nokqfilter
 };
 
 /* Internal Functions */



Home | Main Index | Thread Index | Old Index