ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/statgrab.h
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/statgrab.h (file contents):
Revision 1.15 by ats, Fri Oct 24 17:00:26 2003 UTC vs.
Revision 1.17 by tdb, Tue Nov 11 10:27:04 2003 UTC

# Line 22 | Line 22
22   #ifdef NETBSD
23   #include <limits.h>
24   #endif
25 + #ifdef CYGWIN
26 + #include <sys/unistd.h>
27 + #endif
28  
29   typedef struct{
30          long long user;
# Line 65 | Line 68 | typedef struct{
68   #endif
69   #ifdef NETBSD
70   #define MAX_LOGIN_NAME_SIZE _POSIX_LOGIN_NAME_MAX
71 + #endif
72 + #if defined(CYGWIN)
73 + #define MAX_LOGIN_NAME_SIZE _SC_LOGIN_NAME_MAX
74   #endif
75  
76   typedef struct{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines