Forgot to commit that one.
Avoid empty file when USE_PAM is set.
This commit is contained in:
parent
b681e50ff2
commit
72713d0b73
@ -207,4 +207,6 @@ pw_auth (const char *cipher, const char *user, int reason, const char *input)
|
|||||||
strzero (clear);
|
strzero (clear);
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
#else /* !USE_PAM */
|
||||||
|
extern int errno; /* warning: ANSI C forbids an empty source file */
|
||||||
#endif /* !USE_PAM */
|
#endif /* !USE_PAM */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user