Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 1997 22:25:59 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        asami@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit:  src/sys/sys types.h
Message-ID:  <199701301125.WAA08346@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    sys/sys   types.h
>  Log:
>  Change space to tab.
>  
>  Pointed out by:	bde (this is only one of the four, though)

Arrgh.  Don't touch sys/types.h just for that.  Almost every object file
in the system depends on it, and some people actually use dependencies.
I try to batch changes to central headers and often commit cosmetic ones
more than a year after changing them locally.

The other 3:
- rlim_t out of order in a section all by itself.
- `resource limits' should be `resource limit'.
- another space should be a tab.

Bruce



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