Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed patch for system_info on solaris.
  • Loading branch information
jacobvar authored and Martin Preisler committed Jun 26, 2015
1 parent b34f948 commit 3614335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OVAL/probes/independent/system_info.c
Expand Up @@ -135,7 +135,7 @@ static int fd=-1;
static char *get_mac(const struct ifaddrs *ifa)
{
struct lifreq lifr;
uint_t physaddrlen = DLPI_PHYSADDR_MAX;
size_t physaddrlen = DLPI_PHYSADDR_MAX;
uchar_t physaddr[DLPI_PHYSADDR_MAX];
static char mac_buf[DLPI_PHYSADDR_MAX];
char *str;
Expand Down

0 comments on commit 3614335

Please sign in to comment.