rngd : random number generator daemon

Denys Vlasenko vda.linux at googlemail.com
Tue Aug 19 22:16:34 UTC 2008


> >+enum {
> >+	RNG_b	= (1 << 0),
> >+	RNG_f	= (1 << 1),
> >+	RNG_o	= (1 << 2),
> >+	RNG_r	= (1 << 3),
> >+	RNG_s	= (1 << 4),
> >+	RNG_t	= (1 << 5),
> >+	RNG_W	= (1 << 6),
> 
> No need for that ',' in the line above.
> 
> >+};

I don't want this to be a requirement. I actually prefer the style
where you can add/delete/swap lines like above without the need
to add/remove commas all the time.
--
vda



More information about the busybox mailing list