A tiny change to ensure similarity in variable names.

diff -urNp inetutils/talkd/talkd.c inetutils-new/talkd/talkd.c
--- inetutils/talkd/talkd.c     2007-05-23 17:48:01.000000000 +0530
+++ inetutils-new/talkd/talkd.c 2007-05-27 01:29:08.000000000 +0530
@@ -57,7 +57,7 @@ static struct argp_option argp_options[]
};

static error_t
-parse_opt (int key, char *arg, struct argp_state *st)
+parse_opt (int key, char *arg, struct argp_state *state)
{
  switch (key)
    {

Happy hacking,
Debarshi
--
GPG key ID: 63D4A5A7
Key server: pgp.mit.edu


_______________________________________________
bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils

Reply via email to