Source-Changes archive

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

Re: CVS commit: src/sys/kern



Valeriy E. Ushakov wrote:
> Module Name:  src
> Committed By: uwe
> Date:         Thu Sep  7 01:43:52 UTC 2006
>
> Modified Files:
>       src/sys/kern: kern_todr.c
>
> Log Message:
> Mark sizeof(tvp->tv_sec) check CONSTCOND.
> No space between the sizeof and the paren.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.6 -r1.7 src/sys/kern/kern_todr.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>   

Thanks for fixing that.

I still put space between sizeof and the paren out of habit -- its
Solaris. (Apparently because sizeof is a language keyword rather than a
function, it gets different spacing rules.)  Old habits die hard.

    -- Garrett

-- 
Garrett D'Amore, Principal Software Engineer
Tadpole Computer / Computing Technologies Division,
General Dynamics C4 Systems
http://www.tadpolecomputer.com/
Phone: 951 325-2134  Fax: 951 325-2191




Home | Main Index | Thread Index | Old Index