From owner-freebsd-hackers Fri Jun 2 18:10:13 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA09571 for hackers-outgoing; Fri, 2 Jun 1995 18:10:13 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA09560 for ; Fri, 2 Jun 1995 18:10:06 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id LAA24146; Sat, 3 Jun 1995 11:09:27 +1000 Date: Sat, 3 Jun 1995 11:09:27 +1000 From: Bruce Evans Message-Id: <199506030109.LAA24146@godzilla.zeta.org.au> To: peter@haywire.DIALix.COM, terry@cs.weber.edu Subject: Re: Size of SIOCGIFCONF ioctl data structure Cc: hackers@FreeBSD.ORG Sender: hackers-owner@FreeBSD.ORG Precedence: bulk >> 1) Do it via sysctl anyway. >Just as a BTW: Is this method fairly consistant across the 4.4BSD type >machines? Or are there variations on the way it has been implemented? Nonstandard sysctls are as unportable as nonstandard ioctls. Bruce