implicit_pointer_conversion_fix_amd64.patch 440 B

1234567891011121314
  1. Index: alock-svn-94/src/auth_passwd.c
  2. ===================================================================
  3. --- alock-svn-94.orig/src/auth_passwd.c
  4. +++ alock-svn-94/src/auth_passwd.c
  5. @@ -43,7 +43,7 @@
  6. \* ---------------------------------------------------------------- */
  7. static struct passwd* pwd_entry = NULL;
  8. -
  9. +char * crypt (const char *key, const char *salt);
  10. static int alock_auth_passwd_init(const char* args) {
  11. errno = 0;