Source-Changes-HG archive

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

[src/trunk]: src/sys/dev put back the D_DISK tag for cdevsw mistakely removed...



details:   https://anonhg.NetBSD.org/src/rev/7869fde3f71c
branches:  trunk
changeset: 538645:7869fde3f71c
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Oct 24 08:04:00 2002 +0000

description:
put back the D_DISK tag for cdevsw mistakely removed in previous
revision

diffstat:

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

diffs (27 lines):

diff -r 1995e336d604 -r 7869fde3f71c sys/dev/cgd.c
--- a/sys/dev/cgd.c     Thu Oct 24 07:43:21 2002 +0000
+++ b/sys/dev/cgd.c     Thu Oct 24 08:04:00 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cgd.c,v 1.3 2002/10/24 01:43:54 augustss Exp $ */
+/* $NetBSD: cgd.c,v 1.4 2002/10/24 08:04:00 jdolecek Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgd.c,v 1.3 2002/10/24 01:43:54 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgd.c,v 1.4 2002/10/24 08:04:00 jdolecek 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, nokqfilter
+       nostop, notty, nopoll, nommap, nokqfilter, D_DISK
 };
 
 /* Internal Functions */



Home | Main Index | Thread Index | Old Index