kloczek: shadow/src login.c
PLD CVS <[email protected]>
| Newsgroups | gmane.linux.pld.shadow.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module name: shadow Changes by: kloczek 05/07/06 15:34:12 Modified files: src : login.c Log message: replace #ifdef USE_PAM .. #endif #ifndef USE_PAN .. #endif by #ifdef USE_PAM .. #else .. #endif. Revision Changes Path 1.65 +2 -3 shadow/src/login.c