DragonFly BSD
DragonFly submit List (threaded) for 2005-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: bin/mined cleanup stage1


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Tue, 26 Apr 2005 15:34:10 +0200
Mail-followup-to: submit@crater.dragonflybsd.org

On Tue, Apr 26, 2005 at 08:32:09PM +0800, Sepherosa Ziehau wrote:
> 1) remove register keyword
> 2) remove (void) before function call
> 3) ANSIfy
> 4) initialize stack variable properly
> 5) WARNS 3
> 
> please review it

Can you redo the patch with the following changes please?
1) No prototype macros, real prototypes
void	FS(void);
2) Line break after return type at declarations.

Thanks, Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]