cvs commit: src/usr.bin/logger Makefile logger.c

Liam J. Foy liamfoy at sepulcrum.org
Fri Feb 25 10:20:28 PST 2005


On Fri(25)/Feb/05 - , Liam J. Foy wrote:
> liamfoy     2005/02/25 10:08:05 PST
> 
> DragonFly src repository
> 
>   Modified files:
>     usr.bin/logger       Makefile logger.c 
>   Log:
>   - Remove unnecessary headers
>   - Remove unnecessary casts
>   - Remove registers
>   - Fix data types
>   - Static functions
>   - malloc(3) sets errno, use it
>   - Constify some arguments
>   - Style(9)
>   
>   Revision  Changes    Path
>   1.3       +2 -1      src/usr.bin/logger/Makefile
>   1.4       +18 -20    src/usr.bin/logger/logger.c
> 
> 
> http://www.dragonflybsd.org/cvsweb/src/usr.bin/logger/Makefile.diff?r1=1.2&r2=1.3&f=u
> http://www.dragonflybsd.org/cvsweb/src/usr.bin/logger/logger.c.diff?r1=1.3&r2=1.4&f=u

Forgot to mention that I also raised WARNS.

Regards,
-- 
			- Liam J. Foy
			<liamfoy at xxxxxxxxxxxxx>
			http://www.bsd-systems.co.uk





More information about the Commits mailing list