Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 1997 18:04:33 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        charnier@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.bin/at panic.c parsetime.c
Message-ID:  <199706230804.SAA00571@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>charnier    1997/06/22 23:44:18 PDT
>
>  Modified files:
>    usr.bin/at           panic.c parsetime.c 
>  Log:
>  Use err(3).
>  Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0.

Please keep sorted lists of #includes sorted (parsetime.c suffers from
several generations of unsorting), and don't add $Id$ in comments for
files that have an sccsid or rcsid, especially when they already have
$Id$ in an rcsid like parsetime.c

Bruc



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