From cfb41fb64f57f0c6864254c6048f8d2967b6f60c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 9 Sep 2007 23:48:31 +0000 Subject: Remove unused flag bit git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@341 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/uip/uip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/net/uip') diff --git a/nuttx/net/uip/uip.c b/nuttx/net/uip/uip.c index b607fecf7..bf4d94733 100644 --- a/nuttx/net/uip/uip.c +++ b/nuttx/net/uip/uip.c @@ -175,7 +175,7 @@ uint16 uip_urglen, uip_surglen; uint16 uip_len, uip_slen; /* The uip_len is either 8 or 16 bits, depending * on the maximum packet size. */ -uint16 uip_flags; /* The uip_flags variable is used for communication +uint8 uip_flags; /* The uip_flags variable is used for communication * between the TCP/IP stack and the application * program. */ struct uip_conn *uip_conn; /* uip_conn always points to the current connection. */ -- cgit v1.2.3