http://code.google.com/p/canopy-httpd/source/detail?r=1102
Modified:
/trunk/src/lib/canopy/conf.y
=======================================
--- /trunk/src/lib/canopy/conf.y Tue May 11 17:51:37 2010
+++ /trunk/src/lib/canopy/conf.y Wed Dec 1 09:12:23 2010
@@ -122,10 +122,9 @@
struct cnp_conf_dir *dir;
} v;
- size_t vlen;
- u_int type;
-
- int lineno;
+ size_t vlen;
+ unsigned int type;
+ int lineno;
};
#define YYSTYPE struct yystype