bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] Re: Patches for submission -- talkd


From: Debarshi 'Rishi' Ray
Subject: [bug-inetutils] Re: Patches for submission -- talkd
Date: Sun, 27 May 2007 01:36:59 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]