public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] fix typo in netinit/ip.h
@ 2016-03-30 13:16 Peter Foley
  2016-03-30 14:52 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Foley @ 2016-03-30 13:16 UTC (permalink / raw)
  To: cygwin-patches; +Cc: Peter Foley

The type for the ip_tos member was typoed, fix it.

winsup/cygwin/ChangeLog:
include/netinet/ip.h: fix type of ip_tos

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
---
 winsup/cygwin/include/netinet/ip.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/include/netinet/ip.h b/winsup/cygwin/include/netinet/ip.h
index b952d53..1f6ebbe 100644
--- a/winsup/cygwin/include/netinet/ip.h
+++ b/winsup/cygwin/include/netinet/ip.h
@@ -63,7 +63,7 @@ struct ip {
 		     ip_hl:4;		/* header length */
 #endif
 #endif /* not _IP_VHL */
-	u_int_8   ip_tos;		/* type of service */
+	u_int8_t   ip_tos;		/* type of service */
 	u_int16_t ip_len;		/* total length */
 	u_int16_t ip_id;		/* identification */
 	u_int16_t ip_off;		/* fragment offset field */
-- 
2.8.0

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

* Re: [PATCH] fix typo in netinit/ip.h
  2016-03-30 13:16 [PATCH] fix typo in netinit/ip.h Peter Foley
@ 2016-03-30 14:52 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2016-03-30 14:52 UTC (permalink / raw)
  To: cygwin-patches

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

On Mar 30 09:15, Peter Foley wrote:
> The type for the ip_tos member was typoed, fix it.
> 
> winsup/cygwin/ChangeLog:
> include/netinet/ip.h: fix type of ip_tos

Thanks for catching.  Applied.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-03-30 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-30 13:16 [PATCH] fix typo in netinit/ip.h Peter Foley
2016-03-30 14:52 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).