From 7507485356f2bdf02f95194438c4fafc7aa7db13 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 8 Mar 2009 14:42:36 +0000 Subject: Changes to work around bug in ZDS compiler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1575 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/uip/uip_tcpappsend.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nuttx/net/uip/uip_tcpappsend.c') diff --git a/nuttx/net/uip/uip_tcpappsend.c b/nuttx/net/uip/uip_tcpappsend.c index 1d6bb7a67..786ea7081 100644 --- a/nuttx/net/uip/uip_tcpappsend.c +++ b/nuttx/net/uip/uip_tcpappsend.c @@ -1,7 +1,7 @@ /**************************************************************************** * net/uip/uip_tcpappsend.c * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Adapted for NuttX from logic in uIP which also has a BSD-like license: @@ -57,8 +57,6 @@ * Definitions ****************************************************************************/ -#define BUF ((struct uip_tcpip_hdr *)&dev->d_buf[UIP_LLH_LEN]) - /**************************************************************************** * Public Variables ****************************************************************************/ -- cgit v1.2.3