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 1262
Collapse All | Expand All

(-)smartcardauth/src/ckpasswd.c.ORI (+1 lines)
Lines 30-35 Link Here
30
#include <fcntl.h>
30
#include <fcntl.h>
31
#include <pwd.h>
31
#include <pwd.h>
32
#include <grp.h>
32
#include <grp.h>
33
#include <getopt.h>
33
34
34
#define DB_DBM_HSEARCH 1
35
#define DB_DBM_HSEARCH 1
35
#include <db.h>
36
#include <db.h>

Return to bug 1262