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/77603b484194
branches: trunk
changeset: 379317:77603b484194
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 eb46fd4aeb6e -r 77603b484194 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_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 *);
Home |
Main Index |
Thread Index |
Old Index