[canopy-httpd] r1102 committed - u_int -> unsigned int

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 1, 2010, 12:13:05 PM12/1/10
to canopy-s...@googlegroups.com
Revision: 1102
Author: phrakt
Date: Wed Dec 1 09:12:23 2010
Log: u_int -> unsigned int

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

Reply all
Reply to author
Forward
0 new messages