Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs Remove nfs_putpages() prototype; it's not defined an...



details:   https://anonhg.NetBSD.org/src/rev/c9a8400cdcd3
branches:  trunk
changeset: 983502:c9a8400cdcd3
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu May 27 08:58:29 2021 +0000

description:
Remove nfs_putpages() prototype; it's not defined anywhere.

diffstat:

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

diffs (17 lines):

diff -r a9c399d898b3 -r c9a8400cdcd3 sys/nfs/nfsnode.h
--- a/sys/nfs/nfsnode.h Thu May 27 08:43:02 2021 +0000
+++ b/sys/nfs/nfsnode.h Thu May 27 08:58:29 2021 +0000
@@ -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_pathconf(void *);
 int    nfs_advlock(void *);
 int    nfs_getpages(void *);
-int    nfs_putpages(void *);
 int    nfs_kqfilter(void *);
 
 extern int (**nfsv2_vnodeop_p)(void *);



Home | Main Index | Thread Index | Old Index