ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.254 by root, Wed Jun 4 20:26:55 2008 UTC vs.
Revision 1.255 by root, Mon Jun 9 14:11:30 2008 UTC

2569 } 2569 }
2570} 2570}
2571 2571
2572#endif 2572#endif
2573 2573
2574#ifdef _WIN32
2575# define EV_LSTAT(p,b) _stati64 (p, b)
2576#else
2577# define EV_LSTAT(p,b) lstat (p, b)
2578#endif
2579
2574void 2580void
2575ev_stat_stat (EV_P_ ev_stat *w) 2581ev_stat_stat (EV_P_ ev_stat *w)
2576{ 2582{
2577 if (lstat (w->path, &w->attr) < 0) 2583 if (lstat (w->path, &w->attr) < 0)
2578 w->attr.st_nlink = 0; 2584 w->attr.st_nlink = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines