Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2001 10:10:01 -0700 (PDT)
From:      Michael Kyle <mike@rainc.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24580: cfengine giving errors when invoked
Message-ID:  <200108061710.f76HA1l59327@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/24580; it has been noted by GNATS.

From: Michael Kyle <mike@rainc.com>
To: <freebsd-gnats-submit@FreeBSD.org>
Cc: <daved@tamu.edu>
Subject: Re: ports/24580: cfengine giving errors when invoked
Date: Mon, 6 Aug 2001 12:00:14 -0500 (CDT)

 All I had to do was update one line in 'misc.c' not this patch.
 
 -if (ioctl(fd, SIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct
 ifreq))))
 +if (ioctl(fd, OSIOCGIFCONF, &list) == -1 || (list.ifc_len <
 (sizeof(struct ifreq))))
 
 
 Mike.
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108061710.f76HA1l59327>