/[smecontribs]/rpms/bacula/contribs7/bacula-5.0.1-wxwin.patch
ViewVC logotype

Annotation of /rpms/bacula/contribs7/bacula-5.0.1-wxwin.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Dec 3 18:15:56 2010 UTC (13 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: bacula-5_0_3-1_el4_sme, HEAD
Initial import

1 slords 1.1 diff -up bacula-5.0.1/src/lib/lockmgr.h.orig bacula-5.0.1/src/lib/lockmgr.h
2     --- bacula-5.0.1/src/lib/lockmgr.h.orig 2010-02-24 16:33:48.000000000 +0100
3     +++ bacula-5.0.1/src/lib/lockmgr.h 2010-03-02 21:09:13.000000000 +0100
4     @@ -104,9 +104,11 @@ void lmgr_do_lock(void *m, int prio=0,
5     /* Call just before releasing the lock */
6     void lmgr_do_unlock(void *m);
7    
8     +#ifndef HAVE_WXCONSOLE
9     /* We use C++ mangling to make integration eaysier */
10     int pthread_mutex_init(bthread_mutex_t *m, const pthread_mutexattr_t *attr);
11     int pthread_mutex_destroy(bthread_mutex_t *m);
12     +#endif
13    
14     void bthread_mutex_set_priority(bthread_mutex_t *m, int prio);
15    
16     diff -up bacula-5.0.1/src/wx-console/wxbrestorepanel.cpp.orig bacula-5.0.1/src/wx-console/wxbrestorepanel.cpp
17     --- bacula-5.0.1/src/wx-console/wxbrestorepanel.cpp.orig 2010-02-24 16:33:48.000000000 +0100
18     +++ bacula-5.0.1/src/wx-console/wxbrestorepanel.cpp 2010-03-02 21:10:00.000000000 +0100
19     @@ -76,6 +76,7 @@ Select parameter to modify (1-11):
20     #include "csprint.h"
21     #include <wx/choice.h>
22     #include <wx/datetime.h>
23     +#include <wx/imaglist.h>
24     #include <wx/timer.h>
25     #include "unmarked.xpm"
26     #include "marked.xpm"

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed