Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/dmover Correct a typo: it's fnullop_kqfilter and not...



details:   https://anonhg.NetBSD.org/src/rev/dd94b49846c4
branches:  trunk
changeset: 571653:dd94b49846c4
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 05 22:42:27 2004 +0000

description:
Correct a typo: it's fnullop_kqfilter and not fnullop_kqueue.

diffstat:

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

diffs (27 lines):

diff -r 91ff2402c182 -r dd94b49846c4 sys/dev/dmover/dmover_io.c
--- a/sys/dev/dmover/dmover_io.c        Sun Dec 05 21:03:45 2004 +0000
+++ b/sys/dev/dmover/dmover_io.c        Sun Dec 05 22:42:27 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dmover_io.c,v 1.15 2004/11/30 04:25:43 christos Exp $  */
+/*     $NetBSD: dmover_io.c,v 1.16 2004/12/05 22:42:27 he Exp $        */
 
 /*
  * Copyright (c) 2002, 2003 Wasabi Systems, Inc.
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dmover_io.c,v 1.15 2004/11/30 04:25:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dmover_io.c,v 1.16 2004/12/05 22:42:27 he Exp $");
 
 #include <sys/param.h>
 #include <sys/queue.h>
@@ -685,7 +685,7 @@
        dmio_poll,
        fbadop_stat,
        dmio_close,
-       fnullop_kqueue
+       fnullop_kqfilter
 };
 
 /*



Home | Main Index | Thread Index | Old Index