Changeset 450 for branches/thune/thread_safe/net.c
- Timestamp:
- 08/11/07 04:53:46 (16 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/net.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/net.c
r447 r450 182 182 static int _netOpen( UPortDevice* dev, UThread* ut, UCell* tos ) 183 183 { 184 int port;185 184 struct sockaddr_in addr; 185 int port = 0; 186 186 UCell* spec = 0; 187 187 UCell* res = ur_s_prev(tos);
