From 453a8ff135e9d8cbbe873b515f7b76b0f83f79e3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 19:41:19 +0000 Subject: 1999-07-11 Roland McGrath * file-get-storage-info.c: Add #include . --- libnetfs/file-get-storage-info.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libnetfs/file-get-storage-info.c') diff --git a/libnetfs/file-get-storage-info.c b/libnetfs/file-get-storage-info.c index c8fec33c..e9eb32bb 100644 --- a/libnetfs/file-get-storage-info.c +++ b/libnetfs/file-get-storage-info.c @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. @@ -20,6 +20,7 @@ #include "netfs.h" #include "fs_S.h" +#include error_t netfs_S_file_get_storage_info (struct protid *user, @@ -33,7 +34,7 @@ netfs_S_file_get_storage_info (struct protid *user, { if (!user) return EOPNOTSUPP; - + *data_len = 0; *num_offsets = 0; *num_ports = 0; @@ -51,5 +52,3 @@ netfs_S_file_get_storage_info (struct protid *user, return 0; } - - -- cgit v1.2.3