Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2001 08:40:05 -0700 (PDT)
From:      Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/xlint/xlint pathnames.h xlint.c
Message-ID:  <200104191540.f3JFe5v07363@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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