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

Comparing projects/libstatgrab/src/libstatgrab/tools.c (file contents):
Revision 1.23 by tdb, Fri Jan 16 15:54:54 2004 UTC vs.
Revision 1.25 by pajs, Tue Feb 10 16:07:43 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   #ifdef HAVE_CONFIG_H
# Line 52 | Line 54
54   #include <dirent.h>
55   #endif
56  
57 < #ifdef SOLARIS
57 > #if defined(SOLARIS) && !defined(HAVE_LIBDEVINFO_H)
58   struct map{
59          char *bsd;
60          char *svr;
# Line 467 | Line 469 | int statgrab_init(){
469           * will still work, just no disk mappings. So we will ignore the exit
470           * status of this, and carry on merrily.
471           */
472 + #ifdef(HAVE_LIBDEVINFO_H)
473          build_mapping();
474 + #endif
475   #endif
476          return 0;
477   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines