fix osx compile

This commit is contained in:
Doug MacEachern 2005-02-22 17:40:47 +00:00
parent 1ed8805208
commit 65980ba304

View File

@ -729,7 +729,7 @@ SIGAR_DECLARE(int) sigar_who_list_get(sigar_t *sigar,
# endif # endif
#endif #endif
#ifdef __FreeBSD__ #if defined(__FreeBSD__) || defined(DARWIN)
# define ut_user ut_name # define ut_user ut_name
#endif #endif