[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/5] libmachdev: Remove deviceUser, this lib is a deviceServer
From: |
Damien Zammit |
Subject: |
[PATCH 1/5] libmachdev: Remove deviceUser, this lib is a deviceServer |
Date: |
Fri, 24 Jul 2020 23:20:35 +1000 |
libmachuser provides what we need
---
libmachdev/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index 1f15ebe9..db275cce 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -19,13 +19,13 @@ dir := libmachdev
makemode := library
libname = libmachdev
-SRCS = deviceUser.c machUser.c ds_routines.c trivfs_server.c \
- device_replyUser.c deviceServer.c notifyServer.c
+SRCS = ds_routines.c trivfs_server.c \
+ deviceServer.c notifyServer.c
LCLHDRS = machdev.h machdev-device_emul.h machdev-dev_hdr.h mach_device.h
installhdrs = machdev.h machdev-device_emul.h machdev-dev_hdr.h
HURDLIBS = ports trivfs
-LDLIBS += -lpthread
+LDLIBS += -lpthread -lmachuser
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name"
--
2.25.1
- [PATCH 1/5] libmachdev: Remove deviceUser, this lib is a deviceServer,
Damien Zammit <=
- [PATCH 2/5] libmachdev: Add resume for bootstrap server, Damien Zammit, 2020/07/24
- [PATCH 3/5] Makeconf: Add mach_i386 defs, Damien Zammit, 2020/07/24
- [PATCH 4/5] libmachdev: Implement S_i386_io_perm_create, Damien Zammit, 2020/07/24
- [PATCH 5/5] rumpdisk: Use bootstrap resume of fs task in machdev, Damien Zammit, 2020/07/24
- Re: [PATCH 1/5] libmachdev: Remove deviceUser, this lib is a deviceServer, Samuel Thibault, 2020/07/24