fix osx compile

This commit is contained in:
Doug MacEachern 2005-02-22 17:40:47 +00:00
parent 1ed8805208
commit 65980ba304
1 changed files with 1 additions and 1 deletions

View File

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