]> git.sur5r.net Git - bacula/bacula/commit
Move Zdeflate and Zinflate to seperate file.
authorMartin Simmons <martin@lispworks.com>
Wed, 9 Nov 2011 18:16:39 +0000 (19:16 +0100)
committerMarco van Wieringen <mvw@planets.elm.net>
Wed, 9 Nov 2011 18:19:22 +0000 (19:19 +0100)
commit9d7325ea6b7ef3892f98e6e75339ee883051c921
treefa3d1ff9a5adb45d6bcb842dfb511e6c3484b7ae
parent4beb40c334bf3cce578f49244d19f9f254b5c82c
Move Zdeflate and Zinflate to seperate file.

Move Zdeflate and Zinflate to sr/lib/binflate.c from src/lib/bsys.c,
to allow various executables to link with bsys.o without pulling in
functions that need libz. This is needed because some of Bacula's
executables don't link with libz, but they do use code from bsys.c.

Signed-off-by: Marco van Wieringen <mvw@planets.elm.net>
bacula/src/lib/Makefile.in
bacula/src/lib/binflate.c [new file with mode: 0644]
bacula/src/lib/bsys.c