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.10 by tdb, Fri Jan 16 15:54:54 2004 UTC vs.
Revision 1.13 by tdb, Sat Feb 14 12:38:18 2004 UTC

# Line 17 | Line 17
17   * License along with this library; if not, write to the Free Software
18   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19   * 02111-1307 USA
20 + *
21 + * $Id$
22   */
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 50 | 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