- Timestamp:
- 2015-01-16T19:50:24Z (10 years ago)
- Branches:
- master
- Children:
- a6cd799
- Parents:
- 7549d00
- git-author:
- Jason Copenhaver <jcopenha@…> (16-01-15 19:50:24)
- git-committer:
- dequis <dx@…> (16-01-15 19:50:24)
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ns_parse.c
r7549d00 r25c4c78 19 19 20 20 #ifndef lint 21 static const char rcsid[] = "$Id: ns_parse.c,v 1.10 2009/01/23 19:59:16 each Exp $";21 //static const char rcsid[] = "$Id: ns_parse.c,v 1.10 2009/01/23 19:59:16 each Exp $"; 22 22 #endif 23 23 -
lib/proxy.c
r7549d00 r25c4c78 66 66 { 67 67 struct PHB *phb = data; 68 unsigned int len;68 socklen_t len; 69 69 int error = ETIMEDOUT; 70 70 len = sizeof(error); … … 214 214 char cmd[384]; 215 215 struct PHB *phb = data; 216 unsigned int len;216 socklen_t len; 217 217 int error = ETIMEDOUT; 218 218 if (phb->inpa > 0) … … 309 309 struct hostent *hp; 310 310 struct PHB *phb = data; 311 unsigned int len;311 socklen_t len; 312 312 int error = ETIMEDOUT; 313 313 if (phb->inpa > 0) … … 501 501 int i; 502 502 struct PHB *phb = data; 503 unsigned int len;503 socklen_t len; 504 504 int error = ETIMEDOUT; 505 505 if (phb->inpa > 0)
Note: See TracChangeset
for help on using the changeset viewer.