From 08e6a58c89ca1ee4e330cd90d7f62fcae6544217 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 1 Apr 2001 04:55:14 +0000 Subject: 2001-03-31 Neal H Walfield * Makefile (fsys-MIGSFLAGS): Add -DREPLY_PORTS, which we want for netfs_S_fsys_goaway. * fsys-get-options.c (netfs_S_fsys_getoptions): Add reply port arguments to declaration. * fsys-getroot.c (netfs_S_fsys_getroot): Likewise. * fsys-goaway.c (netfs_S_fsys_goaway): Likewise. * fsys-set-options.c (netfs_S_fsys_set_options): Likewise. * fsys-syncfs.c (netfs_S_fsys_syncfs): Likewise. * fsysstubs.c (netfs_S_fsys_getfile): Likewise. (netfs_S_fsys_getpriv): Likewise. (netfs_S_fsys_forward): Likewise. (netfs_S_fsys_startup): Likewise. * Makefile (MIGSTUBS): Add fsys_replyUser.o. --- libnetfs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnetfs') diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 026c6cbb..75863666 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -54,11 +54,11 @@ SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS) LCLHDRS = netfs.h callbacks.h misc.h modes.h mutations.h priv.h execserver.h installhdrs=netfs.h -MIGSTUBS= ioServer.o fsServer.o fsysServer.o ifsockServer.o +MIGSTUBS= ioServer.o fsServer.o fsysServer.o fsys_replyUser.o ifsockServer.o OBJS=$(sort $(SRCS:.c=.o) $(MIGSTUBS)) -fsys-MIGSFLAGS = -imacros $(srcdir)/mutations.h +fsys-MIGSFLAGS = -imacros $(srcdir)/mutations.h -DREPLY_PORTS fs-MIGSFLAGS = -imacros $(srcdir)/mutations.h io-MIGSFLAGS = -imacros $(srcdir)/mutations.h ifsock-MIGSFLAGS = -imacros $(srcdir)/mutations.h -- cgit v1.2.3