]> 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)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:12 +0000 (14:50 +0200)
commit0cc08c68d5cb0d72879a5b5b1fa384b83c99bc4f
treed17d4de8e1864946de149ce2fa66c82fe542985b
parent13cbe1a2945861b6c103ccf22bce7d10e488646f
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