From owner-cvs-all Thu Apr 19 8:40: 9 2001 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 9105537B422; Thu, 19 Apr 2001 08:40:05 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JFe5v07363; Thu, 19 Apr 2001 08:40:05 -0700 (PDT) (envelope-from asmodai) Message-Id: <200104191540.f3JFe5v07363@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Thu, 19 Apr 2001 08:40:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xlint/xlint pathnames.h xlint.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/04/19 08:40:05 PDT Modified files: usr.bin/xlint/xlint pathnames.h xlint.c Log: Change uses of mktemp() to mkstemp(). Call cc -E, not cpp, this allows lint to be unaware of any machine-dependent defines that cc(1) may normally define. Change fork() to vfork() and exit() to _exit(). Reuse temporary file so that multiple files passed can be processed without problems. Revision Changes Path 1.2 +5 -0 src/usr.bin/xlint/xlint/pathnames.h 1.9 +70 -60 src/usr.bin/xlint/xlint/xlint.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message