]> 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)
commite6634087a1c47f490bb8238dcc259e057aed6e10
treef88311b46ed1866e6fdc1bb7e6e8730aacc7a446
parentfa7cd737779fb3fcb9d98c48daf5472d198c0433
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