summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_udppoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/uip/uip_udppoll.c')
-rw-r--r--nuttx/net/uip/uip_udppoll.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/net/uip/uip_udppoll.c b/nuttx/net/uip/uip_udppoll.c
index f64b53403..8b80ab178 100644
--- a/nuttx/net/uip/uip_udppoll.c
+++ b/nuttx/net/uip/uip_udppoll.c
@@ -2,7 +2,7 @@
* net/uip/uip_udppoll.c
* Poll for the availability of UDP TX data
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Adapted for NuttX from logic in uIP which also has a BSD-like license:
@@ -45,7 +45,6 @@
#include <nuttx/config.h>
#if defined(CONFIG_NET) && defined(CONFIG_NET_UDP)
-#include <sys/types.h>
#include <debug.h>
#include <net/uip/uipopt.h>
@@ -55,7 +54,7 @@
#include "uip_internal.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************