fix ruby compile on solaris

This commit is contained in:
Doug MacEachern 2009-07-30 11:35:28 -07:00
parent ba22cc0531
commit 2733b90ee8
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
#include "sigar_log.h"
#include "sigar_format.h"
#include "sigar_ptql.h"
#include "sigar_private.h"
#include "sigar_util.h"
#define RB_SIGAR_RAISE(msg) rb_raise(rb_eArgError, "%s", msg)
#define RB_SIGAR_CROAK RB_SIGAR_RAISE(sigar_strerror(sigar, status))