Displaying 1 result from an estimated 1 matches for "e1b3043c0d90".
2007 May 22
1
[PATCH] add some const's
...)
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
# HG changeset patch
# User Andrey Panin <pazke at donpac.ru>
# Date 1179812865 -14400
# Node ID a486a946dfa135e8c7d4083aacaef45d5386aa11
# Parent e1b3043c0d90cd346cc8cbfb6d1de3917dda5121
Constify struct mech_module.
diff -r e1b3043c0d90 -r a486a946dfa1 src/auth/mech-anonymous.c
--- a/src/auth/mech-anonymous.c Tue May 22 03:58:32 2007 +0300
+++ b/src/auth/mech-anonymous.c Tue May 22 09:47:45 2007 +0400
@@ -34,7 +34,7 @@ static struct auth_request *mech_a...