]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes21Jun02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes21Jun02
1               Technical notes on version 1.22 21June02
2                        21 June 2002
3                        Kern Sibbald
4
5 General:
6
7 Changes submitted this submission:
8 - Fixed scan_to_eol
9 - Fixed backup scanning forgot one T_STRING -> T_UNQUOTED_STRING
10 - changed all rwlock_t to brwlock_t to avoid conflicts with
11   Solaris library.
12 - Added NPRT() macro to allow printing of NULL pointers, which
13   segment fault on Solaris.
14 - Cast printing of pid_t to int for Solaris compiler.