diff options
author | Justus Winter <justus@gnupg.org> | 2017-08-24 19:54:49 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2017-08-25 11:01:50 +0200 |
commit | 7f49fa0b2dbd371c3b10d876eeed7a26812506b4 (patch) | |
tree | 7e99f7f4818e9b7bc6fbf7a0ced4563e9b014be9 /trans/Makefile | |
parent | 5dc9e5261a67266b6b9f5cfdd95baeba0c808d80 (diff) | |
download | hurd-7f49fa0b2dbd371c3b10d876eeed7a26812506b4.tar.gz hurd-7f49fa0b2dbd371c3b10d876eeed7a26812506b4.tar.bz2 hurd-7f49fa0b2dbd371c3b10d876eeed7a26812506b4.zip |
trans/symlink: Use default server stubs.
* trans/Makefile (fsysServer-CFLAGS): Use default server stubs.
* trans/symlink.c: Remove all the fsys stubs.
Diffstat (limited to 'trans/Makefile')
-rw-r--r-- | trans/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/Makefile b/trans/Makefile index b2f63ca7..02718dfe 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -52,6 +52,7 @@ device_reply-MIGSFLAGS=\ # fsysServer is only used by the symlink translator which does not use # libports. Disable the default payload to port conversion. fsys-MIGSFLAGS = "-DHURD_DEFAULT_PAYLOAD_TO_PORT=1" +fsysServer-CFLAGS = "-DMIG_EOPNOTSUPP=EOPNOTSUPP" # If we have a configured tree, include the configuration so that we # can conditionally build translators. |