Forgot to commit that one.

Avoid empty file when USE_PAM is set.
This commit is contained in:
nekral-guest 2008-01-01 14:32:41 +00:00
parent b681e50ff2
commit 72713d0b73

View File

@ -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 */