summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-04-01 21:32:25 +0000
committerRoland McGrath <roland@gnu.org>2001-04-01 21:32:25 +0000
commit8f73e83e5a8ff1284040b3f5bec4c58ad57592e6 (patch)
tree1a42e81049fd45f8e5a822acf9802947368c36d6 /libnetfs
parentd8c9812f69dde08024077194ebcf30e48561d6ce (diff)
2001-04-01 Roland McGrath <roland@frob.com>
* Makefile (FSYSSRCS): Add fsys-goaway.c. * fsys-goaway.c: Don't include "priv.h" here.
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/Makefile2
-rw-r--r--libnetfs/fsys-goaway.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile
index 75863666..07abc737 100644
--- a/libnetfs/Makefile
+++ b/libnetfs/Makefile
@@ -39,7 +39,7 @@ IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \
io-duplicate.c iostubs.c io-identity.c io-revoke.c io-pathconf.c
FSYSSRCS= fsys-syncfs.c fsys-getroot.c fsys-get-options.c fsys-set-options.c \
- fsysstubs.c
+ fsys-goaway.c fsysstubs.c
IFSOCKSRCS=
OTHERSRCS= drop-node.c init-init.c make-node.c make-peropen.c make-protid.c \
diff --git a/libnetfs/fsys-goaway.c b/libnetfs/fsys-goaway.c
index 6ac555d5..0ac36d3c 100644
--- a/libnetfs/fsys-goaway.c
+++ b/libnetfs/fsys-goaway.c
@@ -17,7 +17,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
-#include "priv.h"
#include "netfs.h"
#include "fsys_S.h"
#include "fsys_reply_U.h"