bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] libnetfs: fsys_goaway


From: Neal H Walfield
Subject: Re: [PATCH] libnetfs: fsys_goaway
Date: Sun, 1 Apr 2001 19:23:52 +0200
User-agent: Mutt/1.3.15i

On Sat, Mar 31, 2001 at 11:56:43PM -0500, Roland McGrath wrote:
> Thanks, I've applied these changes.

Sorry about that, you need this one also:

Index: Makefile
===================================================================
RCS file: /cvs/hurd/libnetfs/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile    2001/01/30 00:50:25     1.19
+++ Makefile    2001/04/01 17:20:52
@@ -39,7 +39,7 @@
        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   \
@@ -54,11 +54,11 @@
 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
Index: priv.h
===================================================================
RCS file: /cvs/hurd/libnetfs/priv.h,v
retrieving revision 1.3
diff -u -r1.3 priv.h
--- priv.h      1996/08/16 23:20:57     1.3
+++ priv.h      2001/04/01 17:20:52
@@ -22,6 +22,9 @@
 
 #include "netfs.h"
 
+#ifndef _NETFS_PRIV_H
+#define _NETFS_PRIV_H
+
 extern inline struct protid *
 begin_using_protid_port (file_t port)
 {
@@ -34,3 +37,5 @@
   if (cred)
     ports_port_deref (cred);
 }
+
+#endif

Attachment: pgparrCQ4lx_O.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]