You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/alock/files/implicit_pointer_conversion...

14 lines
440 B

Index: alock-svn-94/src/auth_passwd.c
===================================================================
--- alock-svn-94.orig/src/auth_passwd.c
+++ alock-svn-94/src/auth_passwd.c
@@ -43,7 +43,7 @@
\* ---------------------------------------------------------------- */
static struct passwd* pwd_entry = NULL;
-
+char * crypt (const char *key, const char *salt);
static int alock_auth_passwd_init(const char* args) {
errno = 0;