bin/71659: [PATCH] cleanup of the usr.sbin/mount_portalfs code

Dan Lukes dan at obluda.cz
Fri Jun 15 13:40:09 UTC 2007


The following reply was made to PR bin/71659; it has been noted by GNATS.

From: Dan Lukes <dan at obluda.cz>
To: bug-followup at 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
 
 


More information about the freebsd-bugs mailing list