Module Name: src Committed By: simonb Date: Thu May 27 08:58:29 UTC 2021
Modified Files: src/sys/nfs: nfsnode.h Log Message: Remove nfs_putpages() prototype; it's not defined anywhere. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/nfs/nfsnode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/nfs/nfsnode.h diff -u src/sys/nfs/nfsnode.h:1.73 src/sys/nfs/nfsnode.h:1.74 --- src/sys/nfs/nfsnode.h:1.73 Fri May 30 08:47:45 2014 +++ src/sys/nfs/nfsnode.h Thu May 27 08:58:29 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: nfsnode.h,v 1.73 2014/05/30 08:47:45 hannken Exp $ */ +/* $NetBSD: nfsnode.h,v 1.74 2021/05/27 08:58:29 simonb Exp $ */ /* * Copyright (c) 1989, 1993 @@ -280,7 +280,6 @@ int nfs_print(void *); int nfs_pathconf(void *); int nfs_advlock(void *); int nfs_getpages(void *); -int nfs_putpages(void *); int nfs_kqfilter(void *); extern int (**nfsv2_vnodeop_p)(void *);