summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-09-16 02:59:20 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-09-16 02:59:20 +0200
commit66fb1f509816a195188e82b939e6e95af26af89e (patch)
treeb41efb5e6a254901aa49aafba6cdf9930b258648 /trans
parent0217e4333fc73c9c49ea64e6554021cad9a3424a (diff)
Use fsys_get_children from libc
* trans/Makefile (OBJS): Remove fsysUser.o.
Diffstat (limited to 'trans')
-rw-r--r--trans/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 6eb51d0d..291df2f3 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -28,7 +28,7 @@ SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \
OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \
crashServer.o crash_replyUser.o msgServer.o \
default_pagerServer.o default_pagerUser.o \
- device_replyServer.o elfcore.o fsysUser.o
+ device_replyServer.o elfcore.o
HURDLIBS = ports netfs trivfs iohelp fshelp pipe ihash shouldbeinlibc
LDLIBS += -lpthread
password-LDLIBS = $(LIBCRYPT)