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.11 by tdb, Mon Jan 19 16:49:21 2004 UTC vs.
Revision 1.13 by tdb, Sat Feb 14 12:38:18 2004 UTC

# Line 23 | Line 23
23  
24   #include <stdio.h>
25   #include <regex.h>
26 < #ifdef ALLBSD
26 > #ifdef FREEBSD
27   #include <kvm.h>
28   #endif
29   #ifdef NETBSD
# Line 52 | Line 52 | char *get_string_match(char *line, regmatch_t *match);
52   kvm_t *get_kvm(void);
53   #endif
54  
55 < #ifdef NETBSD
55 > #if defined(NETBSD) || defined(OPENBSD)
56   struct uvmexp *get_uvmexp(void);
57   #endif
58  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines