public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] Fw: Typo
       [not found] <1399071397.9456.YahooMailNeo@web141601.mail.bf1.yahoo.com>
@ 2014-05-02 22:57 ` C Nandi
  2014-05-05 11:23   ` chrubis
  0 siblings, 1 reply; 3+ messages in thread
From: C Nandi @ 2014-05-02 22:57 UTC (permalink / raw)
  To: ltp-list@lists.sourceforge.net


[-- Attachment #1.1: Type: text/plain, Size: 1023 bytes --]

Hi,

Correction is required for the "netdefs.h" file.




diff --git a/testcases/network/tcp_cmds/include/netdefs.h b/testcases/network/tcp_cmds/include/netdefs.h
index 067f20a..c6647e9 100644
--- a/testcases/network/tcp_cmds/include/netdefs.h
+++
 b/testcases/network/tcp_cmds/include/netdefs.h
@@ -37,7 +37,7 @@ typedef struct sockaddr_in6   sai_t;
 #define AFI                    AF_INET6
 #define IERP                   ICMP6_ECHO_REPLY
 #define IERQ                   ICMP6_ECHO_REQUEST
-#define ICMP_PROTO             "ipv6-imcp"
+#define ICMP_PROTO             "ipv6-icmp"
 #define
 PFI                    PF_INET6

 #else
@@ -52,7 +52,7 @@ typedef struct sockaddr_in    sai_t;
 #define AFI                    AF_INET
 #define IERP                   ICMP_ECHOREPLY
 #define IERQ                   ICMP_ECHO
-#define ICMP_PROTO             "imcp"
+#define
 ICMP_PROTO             "icmp"
 #define PFI                    PF_INET

 #endif


 
Thanks and Regards, 
CHANDRASHEKHAR NANDI

[-- Attachment #1.2: Type: text/html, Size: 4132 bytes --]

[-- Attachment #2: Type: text/plain, Size: 346 bytes --]

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] Fw: Typo
  2014-05-02 22:57 ` [LTP] Fw: Typo C Nandi
@ 2014-05-05 11:23   ` chrubis
       [not found]     ` <1399322927.89817.YahooMailNeo@web141601.mail.bf1.yahoo.com>
  0 siblings, 1 reply; 3+ messages in thread
From: chrubis @ 2014-05-05 11:23 UTC (permalink / raw)
  To: C Nandi; +Cc: ltp-list@lists.sourceforge.net

Hi!
> Correction is required for the "netdefs.h" file.
> 
> 
> 
> 
> diff --git a/testcases/network/tcp_cmds/include/netdefs.h b/testcases/network/tcp_cmds/include/netdefs.h
> index 067f20a..c6647e9 100644
> --- a/testcases/network/tcp_cmds/include/netdefs.h
> +++
>  b/testcases/network/tcp_cmds/include/netdefs.h
> @@ -37,7 +37,7 @@ typedef struct sockaddr_in6?? sai_t;
> ?#define AFI??????????????????? AF_INET6
> ?#define IERP?????????????????? ICMP6_ECHO_REPLY
> ?#define IERQ?????????????????? ICMP6_ECHO_REQUEST
> -#define ICMP_PROTO???????????? "ipv6-imcp"
> +#define ICMP_PROTO???????????? "ipv6-icmp"
> ?#define
>  PFI??????????????????? PF_INET6
> 
> ?#else
> @@ -52,7 +52,7 @@ typedef struct sockaddr_in??? sai_t;
> ?#define AFI??????????????????? AF_INET
> ?#define IERP?????????????????? ICMP_ECHOREPLY
> ?#define IERQ?????????????????? ICMP_ECHO
> -#define ICMP_PROTO???????????? "imcp"
> +#define
>  ICMP_PROTO???????????? "icmp"
> ?#define PFI??????????????????? PF_INET
> 
> ?#endif

Can you please send a signed patch?

You can create these easily using git. All you have to do is to clone
LTP git repository, set your git name and address, commit signed patch,
export it and send it by email.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] Fw: Typo
       [not found]     ` <1399322927.89817.YahooMailNeo@web141601.mail.bf1.yahoo.com>
@ 2014-05-06 10:42       ` chrubis
  0 siblings, 0 replies; 3+ messages in thread
From: chrubis @ 2014-05-06 10:42 UTC (permalink / raw)
  To: C Nandi; +Cc: ltp-list@lists.sourceforge.net

Hi!
> Please find the patch attached as requested.

I've fixed the signed-off-by that should be on separate line and pushed,
thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-06 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1399071397.9456.YahooMailNeo@web141601.mail.bf1.yahoo.com>
2014-05-02 22:57 ` [LTP] Fw: Typo C Nandi
2014-05-05 11:23   ` chrubis
     [not found]     ` <1399322927.89817.YahooMailNeo@web141601.mail.bf1.yahoo.com>
2014-05-06 10:42       ` chrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox