diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-20 14:31:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-20 14:31:05 +0000 |
commit | 074690aa549db034b9d1599b9fa38dfd577db868 (patch) | |
tree | 5e5565364aea7181ddde3c3c0a0a4ad99b3eb4de /contrib/package/uhttpd/src/uhttpd.c | |
parent | 35e6a59ef269829e4838aa748dfd93c5441083c2 (diff) |
uhttpd: rename struct uh_path_info to path_info, drop wdir member
Diffstat (limited to 'contrib/package/uhttpd/src/uhttpd.c')
-rw-r--r-- | contrib/package/uhttpd/src/uhttpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/uhttpd/src/uhttpd.c b/contrib/package/uhttpd/src/uhttpd.c index 54c16a8507..f2972a0468 100644 --- a/contrib/package/uhttpd/src/uhttpd.c +++ b/contrib/package/uhttpd/src/uhttpd.c @@ -347,7 +347,7 @@ int main (int argc, char **argv) /* working structs */ struct addrinfo hints; struct http_request *req; - struct uh_path_info *pin; + struct path_info *pin; struct client *cl; struct sigaction sa; struct config conf; |