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.14 by ats, Sat Feb 14 20:42:59 2004 UTC vs.
Revision 1.15 by tdb, Mon Feb 16 14:55:32 2004 UTC

# Line 23 | Line 23
23  
24   #include <stdio.h>
25   #include <regex.h>
26 < #ifdef FREEBSD
26 > #if defined(FREEBSD) || defined(DFBSD)
27   #include <kvm.h>
28   #endif
29   #ifdef NETBSD
# Line 48 | Line 48 | char *f_read_line(FILE *f, const char *string);
48  
49   char *get_string_match(char *line, regmatch_t *match);
50  
51 < #ifdef FREEBSD
51 > #if defined(FREEBSD) || defined(DFBSD)
52   kvm_t *get_kvm(void);
53   #endif
54  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines