From 2829ffe832cb656645f8eb3378ace9d402dce2ff Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Jun 2014 16:48:12 -0600 Subject: Rename uip_driver_s net_driver_s --- apps/examples/thttpd/content/netstat/netstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/thttpd') 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; -- cgit v1.2.3