Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/miscfs/kernfs Pull up revision 1.24 (requested by chs...



details:   https://anonhg.NetBSD.org/src/rev/bca50c025430
branches:  netbsd-3
changeset: 575895:bca50c025430
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 28 12:39:14 2005 +0000

description:
Pull up revision 1.24 (requested by chs in ticket #329):
kernfs does not support mmap(), remove code that pretends that it does.

diffstat:

 sys/miscfs/kernfs/kernfs.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9d3da54172d1 -r bca50c025430 sys/miscfs/kernfs/kernfs.h
--- a/sys/miscfs/kernfs/kernfs.h        Sat May 28 12:39:05 2005 +0000
+++ b/sys/miscfs/kernfs/kernfs.h        Sat May 28 12:39:14 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kernfs.h,v 1.23 2004/05/20 06:34:30 atatat Exp $       */
+/*     $NetBSD: kernfs.h,v 1.23.10.1 2005/05/28 12:39:14 tron Exp $    */
 
 /*
  * Copyright (c) 1992, 1993
@@ -148,7 +148,6 @@
        KERNFS_FILEOP_CLOSE,
        KERNFS_FILEOP_GETATTR,
        KERNFS_FILEOP_IOCTL,
-       KERNFS_FILEOP_MMAP,
        KERNFS_FILEOP_OPEN,
        KERNFS_FILEOP_WRITE,
 } kfsfileop;



Home | Main Index | Thread Index | Old Index