]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bnet.c
More changes to ensure that during thread switches the jcr
[bacula/bacula] / bacula / src / lib / bnet.c
index e1d1a5f1f060266c3bd985c9cfcce5019a4e664c..9cc236998c382e0d1fd2c1fb8c8384b4e7215a10 100644 (file)
@@ -20,7 +20,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of John Walker.
+   Bacula® is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
@@ -41,8 +41,6 @@
 #include "jcr.h"
 #include <netdb.h>
 
-extern time_t watchdog_time;
-
 #ifndef   INADDR_NONE
 #define   INADDR_NONE    -1
 #endif