diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-27 17:42:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-27 17:42:16 +0000 |
commit | 51b0f9ed188811d70f54ebfa527706d8fc346184 (patch) | |
tree | 48e9483d968453ba1b7d3e2626b10bb6d9ee4c29 /lib/libXfont/src/stubs/rmfshdl.c | |
parent | 23b49e80e5298d9e6bb8f43778cff767717d93ea (diff) |
Update to libXfont 1.5.0
Tested together with xserver 1.16.1 by naddy@, jsg@ & kettenis@
Diffstat (limited to 'lib/libXfont/src/stubs/rmfshdl.c')
-rw-r--r-- | lib/libXfont/src/stubs/rmfshdl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libXfont/src/stubs/rmfshdl.c b/lib/libXfont/src/stubs/rmfshdl.c index b4956611c..22a30916c 100644 --- a/lib/libXfont/src/stubs/rmfshdl.c +++ b/lib/libXfont/src/stubs/rmfshdl.c @@ -12,4 +12,5 @@ remove_fs_handlers(FontPathElementPtr fpe, BlockHandlerProcPtr blockHandler, Bool all) { + OVERRIDE_SYMBOL(remove_fs_handlers, fpe, blockHandler, all); } |