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

Comparing projects/libstatgrab/src/libstatgrab/user_stats.c (file contents):
Revision 1.10 by ats, Sun Oct 19 02:03:02 2003 UTC vs.
Revision 1.11 by ats, Fri Oct 24 17:00:26 2003 UTC

# Line 30 | Line 30
30   #include <sys/types.h>
31   #endif
32   #include <utmp.h>
33 #ifdef NETBSD
34 #include <limits.h>
35 #undef MAX_LOGIN_NAME_SIZE
36 #define MAX_LOGIN_NAME_SIZE _POSIX_LOGIN_NAME_MAX
37 #endif
33  
34   #define START_VAL (5*(1+MAX_LOGIN_NAME_SIZE))
35  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines