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.24 by tdb, Thu Apr 8 10:56:13 2004 UTC vs.
Revision 1.26 by tdb, Sat Sep 24 13:29:23 2005 UTC

# Line 31 | Line 31
31   #ifdef NETBSD
32   #include <uvm/uvm_extern.h>
33   #endif
34 + #ifdef HPUX
35 + #include <sys/param.h>
36 + #include <sys/pstat.h>
37 + #endif
38  
39   #ifdef SOLARIS
40   const char *sg_get_svr_from_bsd(const char *bsd);
# Line 40 | Line 44 | size_t sg_strlcat(char *dst, const char *src, size_t s
44   size_t sg_strlcpy(char *dst, const char *src, size_t siz);
45  
46   int sg_update_string(char **dest, const char *src);
47 + int sg_concat_string(char **dest, const char *src);
48  
49   #if defined(LINUX) || defined(CYGWIN)
50   long long sg_get_ll_match(char *line, regmatch_t *match);
# Line 55 | Line 60 | kvm_t *sg_get_kvm2(void);
60  
61   #if defined(NETBSD) || defined(OPENBSD)
62   struct uvmexp *sg_get_uvmexp(void);
63 + #endif
64 +
65 + #ifdef HPUX
66 + struct pst_static *sg_get_pstat_static(void);
67   #endif
68  
69   void *sg_realloc(void *ptr, size_t size);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines