packages: pwauth/pwauth-strchr.patch (NEW) - what was strchr() doing in a v...

baggins baggins at pld-linux.org
Wed May 5 12:39:22 CEST 2010


Author: baggins                      Date: Wed May  5 10:39:22 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- what was strchr() doing in a variable list?

---- Files affected:
packages/pwauth:
   pwauth-strchr.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/pwauth/pwauth-strchr.patch
diff -u /dev/null packages/pwauth/pwauth-strchr.patch:1.1
--- /dev/null	Wed May  5 12:39:22 2010
+++ packages/pwauth/pwauth-strchr.patch	Wed May  5 12:39:16 2010
@@ -0,0 +1,11 @@
+--- pwauth-2.3.8/main.c~	2010-05-05 12:36:26.071130380 +0200
++++ pwauth-2.3.8/main.c	2010-05-05 12:38:01.477312014 +0200
+@@ -50,7 +50,7 @@
+     char *login, *passwd;
+ #else
+     char login[BFSZ+1], passwd[BFSZ+1];
+-    char *c, *strchr();
++    char *c;
+ #endif
+ 
+ #ifdef SERVER_UIDS
================================================================


More information about the pld-cvs-commit mailing list