From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10479 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH v2] fix ifru_data and ifcu_buf types in net/if.h Date: Fri, 16 Sep 2016 18:00:14 -0400 Message-ID: <20160916220014.GQ15995@brightrain.aerifal.cx> References: <20160916173424.26062-1-dsabogal@ufl.edu> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1474063245 1508 195.159.176.226 (16 Sep 2016 22:00:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 16 Sep 2016 22:00:45 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10492-gllmg-musl=m.gmane.org@lists.openwall.com Sat Sep 17 00:00:42 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1bl1BL-0006Wv-2a for gllmg-musl@m.gmane.org; Sat, 17 Sep 2016 00:00:27 +0200 Original-Received: (qmail 3304 invoked by uid 550); 16 Sep 2016 22:00:27 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3286 invoked from network); 16 Sep 2016 22:00:27 -0000 Content-Disposition: inline In-Reply-To: <20160916173424.26062-1-dsabogal@ufl.edu> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10479 Archived-At: On Fri, Sep 16, 2016 at 01:34:24PM -0400, Daniel Sabogal wrote: > From: Daniel Sabogal > > glibc, freebsd, and openbsd use character pointers (caddr_t) for > these fields. only linux uses void pointer for the ifru_data type. > --- > include/net/if.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied. Rich