Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2007 13:40:09 GMT
From:      Dan Lukes <dan@obluda.cz>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/71659: [PATCH] cleanup of the usr.sbin/mount_portalfs code
Message-ID:  <200706151340.l5FDe9a8008782@freefall.freebsd.org>

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

From: Dan Lukes <dan@obluda.cz>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/71659: [PATCH] cleanup of the usr.sbin/mount_portalfs code
Date: Fri, 15 Jun 2007 14:56:10 +0200

 After years, I reconsidered things.
 
 struct in_addr **ipp = ipp;
 
 ... is not nice trick but dirty gcc-centric hack instead.
 
 
 
 
 struct in_addr **ipp = NULL;
 
 seems to be better construct ...
 
 The final decision is committer's sovereignty.
 
 					Dan
 
 



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