By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 437
Collapse All | Expand All

(-)hk_classes-0.8.3/hk_dbaseclasses/xbase/xbdbf.cpp.ori (+1 lines)
Lines 43-48 Link Here
43
  #pragma implementation "xbdbf.h"
43
  #pragma implementation "xbdbf.h"
44
#endif
44
#endif
45
45
46
#include <unistd.h>
46
47
47
#include "xbase64.h"
48
#include "xbase64.h"
48
49
(-)hk_classes-0.8.3/hk_dbaseclasses/xbase/xblock.cpp.ori (+1 lines)
Lines 46-51 Link Here
46
  #pragma implementation "xblock.h"
46
  #pragma implementation "xblock.h"
47
#endif
47
#endif
48
48
49
#include <unistd.h>
49
50
50
#include "xbase64.h"
51
#include "xbase64.h"
51
#include <cerrno>
52
#include <cerrno>

Return to bug 437