From owner-cvs-all Fri Apr 12 6:23:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 320DC37B404; Fri, 12 Apr 2002 06:23:34 -0700 (PDT) Received: (from charnier@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3CDNYO71020; Fri, 12 Apr 2002 06:23:34 -0700 (PDT) (envelope-from charnier) Message-Id: <200204121323.g3CDNYO71020@freefall.freebsd.org> From: Philippe Charnier Date: Fri, 12 Apr 2002 06:23:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c main.c make.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG charnier 2002/04/12 06:23:34 PDT Modified files: usr.bin/make job.c main.c make.1 Log: Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need to test if failsafe memory allocation fails, it can't. perror -> warn. Use failsafe memory allocation provided. Use .Pa and .Ar. Uppercase (first letter) programname after dot. Revision Changes Path 1.29 +6 -8 src/usr.bin/make/job.c 1.52 +4 -10 src/usr.bin/make/main.c 1.49 +18 -14 src/usr.bin/make/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message