You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwauth/pwauth-strchr.patch

12 lines
328 B
Diff

--- pwauth-2.3.10/main.c.orig 2009-06-11 07:47:10.000000000 -0600
+++ pwauth-2.3.10/main.c 2012-04-17 17:03:31.432750719 -0600
@@ -50,7 +50,7 @@ main(int argc, char **argv)
char *login, *passwd;
#else
char login[BFSZ+1], passwd[BFSZ+1];
- char *c, *strchr();
+ char *c;
#endif
int uid,i;
int status;