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);
|
||||
return retval;
|
||||
}
|
||||
#else /* !USE_PAM */
|
||||
extern int errno; /* warning: ANSI C forbids an empty source file */
|
||||
#endif /* !USE_PAM */
|
||||
|
Loading…
Reference in New Issue
Block a user