From 8f73e83e5a8ff1284040b3f5bec4c58ad57592e6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 1 Apr 2001 21:32:25 +0000 Subject: 2001-04-01 Roland McGrath * Makefile (FSYSSRCS): Add fsys-goaway.c. * fsys-goaway.c: Don't include "priv.h" here. --- libnetfs/Makefile | 2 +- libnetfs/fsys-goaway.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'libnetfs') 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" -- cgit v1.2.3