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

(-)tdebase-trinity-14.0.12/kcheckpass/checkpass_shadow.c (+1 lines)
Lines 34-39 Link Here
34
#include <string.h>
34
#include <string.h>
35
#include <stdlib.h>
35
#include <stdlib.h>
36
#include <pwd.h>
36
#include <pwd.h>
37
#include <crypt.h>
37
38
38
#ifndef __hpux
39
#ifndef __hpux
39
#include <shadow.h>
40
#include <shadow.h>

Return to bug 2854