diff options
author | Justus Winter <justus@gnupg.org> | 2017-09-01 11:40:52 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2017-09-12 10:41:08 +0200 |
commit | e9849c9bf993eae14f900a95819186e09cfd98fe (patch) | |
tree | 83169c88a84ce439a343754c64007337ddb2c440 /pflocal/Makefile | |
parent | 796f8789f80568861b747265998f31fa83091915 (diff) | |
download | hurd-e9849c9bf993eae14f900a95819186e09cfd98fe.tar.gz hurd-e9849c9bf993eae14f900a95819186e09cfd98fe.tar.bz2 hurd-e9849c9bf993eae14f900a95819186e09cfd98fe.zip |
pflocal: Use default stub implementations.
* pflocal/Makefile (fsServer-CFLAGS): Make use of default
implementations.
(ioServer-CFLAGS): Likewise.
* pflocal/fs.c: Remove all stub functions.
* pflocal/io.c: Likewise.
Diffstat (limited to 'pflocal/Makefile')
-rw-r--r-- | pflocal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pflocal/Makefile b/pflocal/Makefile index 3a079753..0419c3ec 100644 --- a/pflocal/Makefile +++ b/pflocal/Makefile @@ -29,5 +29,7 @@ HURDLIBS = pipe trivfs iohelp fshelp ports ihash shouldbeinlibc LDLIBS = -lpthread MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h +fsServer-CFLAGS = "-DMIG_EOPNOTSUPP=EOPNOTSUPP" +ioServer-CFLAGS = "-DMIG_EOPNOTSUPP=EOPNOTSUPP" include ../Makeconf |