Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/miscfs/genfs/genfs.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/miscfs/genfs/genfs.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12.2.3 retrieving revision 1.13 diff -u -p -r1.12.2.3 -r1.13 --- src/sys/miscfs/genfs/genfs.h 2002/09/25 21:36:58 1.12.2.3 +++ src/sys/miscfs/genfs/genfs.h 2001/09/15 20:36:38 1.13 @@ -1,4 +1,4 @@ -/* $NetBSD: genfs.h,v 1.12.2.3 2002/09/25 21:36:58 jdolecek Exp $ */ +/* $NetBSD: genfs.h,v 1.13 2001/09/15 20:36:38 chs Exp $ */ int genfs_badop __P((void *)); int genfs_nullop __P((void *)); @@ -13,7 +13,6 @@ int genfs_noislocked __P((void *)); int genfs_nounlock __P((void *)); int genfs_poll __P((void *)); -int genfs_kqfilter __P((void *)); int genfs_fcntl __P((void *)); int genfs_fsync __P((void *)); int genfs_seek __P((void *)); @@ -26,6 +25,5 @@ int genfs_unlock __P((void *)); int genfs_mmap __P((void *)); int genfs_getpages __P((void *)); int genfs_putpages __P((void *)); -int genfs_null_putpages __P((void *)); -int genfs_compat_getpages __P((void *)); -int genfs_kqfilter __P((void *)); +int genfs_mmap __P((void *)); +int genfs_munmap __P((void *));