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

Comparing projects/libstatgrab/src/libstatgrab/tools.h (file contents):
Revision 1.16 by ats, Sun Apr 4 22:40:25 2004 UTC vs.
Revision 1.17 by tdb, Sun Apr 4 22:48:50 2004 UTC

# Line 44 | Line 44 | char *f_read_line(FILE *f, const char *string);
44  
45   char *get_string_match(char *line, regmatch_t *match);
46  
47 < #if defined(FREEBSD) || defined(DFBSD)
47 > #if (defined(FREEBSD) && !defined(FREEBSD5)) || defined(DFBSD)
48   kvm_t *get_kvm(void);
49 + kvm_t *get_kvm2(void);
50   #endif
51  
52   #if defined(NETBSD) || defined(OPENBSD)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines