summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-27 16:48:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-27 16:48:12 -0600
commit2829ffe832cb656645f8eb3378ace9d402dce2ff (patch)
tree357f44cb6d6b7ae85160befe6f8ed3ac326840b9 /apps/examples/thttpd
parent92d9a84d48e4abfadcb12c1bd6e6f510a49e2a1f (diff)
downloadpx4-nuttx-2829ffe832cb656645f8eb3378ace9d402dce2ff.tar.gz
px4-nuttx-2829ffe832cb656645f8eb3378ace9d402dce2ff.tar.bz2
px4-nuttx-2829ffe832cb656645f8eb3378ace9d402dce2ff.zip
Rename uip_driver_s net_driver_s
Diffstat (limited to 'apps/examples/thttpd')
-rw-r--r--apps/examples/thttpd/content/netstat/netstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/thttpd/content/netstat/netstat.c b/apps/examples/thttpd/content/netstat/netstat.c
index 0124e5393..19c8ca871 100644
--- a/apps/examples/thttpd/content/netstat/netstat.c
+++ b/apps/examples/thttpd/content/netstat/netstat.c
@@ -81,7 +81,7 @@
* dangerous to reference global variables in the callback function.
*/
-/* static */ int netdev_callback(FAR struct uip_driver_s *dev, void *arg)
+/* static */ int netdev_callback(FAR struct net_driver_s *dev, void *arg)
{
struct in_addr addr;