From 0e64f4e5701389ae3df1f6c388173e3ec254fc89 Mon Sep 17 00:00:00 2001
From: Marcus Brinkmann <marcus@gnu.org>
Date: Tue, 30 Jan 2001 00:50:25 +0000
Subject: 2001-01-15  Neal H Walfield   <neal@cs.uml.edu>

	* netfs.h: Added netfs_get_storage_info.
	* file-get-storage-info.c (netfs_S_get_storage_info): Calls
	netfs_get_storage_info instead of providing default response.
	* file-get-storage-info-default.c: New file.
	(netfs_get_storage_info):  Provides default response.
---
 libnetfs/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'libnetfs/Makefile')

diff --git a/libnetfs/Makefile b/libnetfs/Makefile
index b11f1ecd..026c6cbb 100644
--- a/libnetfs/Makefile
+++ b/libnetfs/Makefile
@@ -1,5 +1,5 @@
 # 
-#   Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation
+#   Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation
 #   Written by Michael I. Bushnell.
 #
 #   This file is part of the GNU Hurd.
@@ -46,8 +46,8 @@ OTHERSRCS= drop-node.c init-init.c make-node.c make-peropen.c make-protid.c   \
 	init-loop.c demuxer.c shutdown.c release-protid.c release-peropen.c   \
 	init-startup.c startup-argp.c set-options.c append-args.c	      \
 	runtime-argp.c std-runtime-argp.c std-startup-argp.c		      \
-	append-std-options.c trans-callback.c set-get-trans.c \
-	nref.c nrele.c nput.c
+	append-std-options.c trans-callback.c set-get-trans.c		      \
+	nref.c nrele.c nput.c file-get-storage-info-default.c
 
 SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)
 
-- 
cgit v1.2.3