Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2005 13:35:35 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make job.c job.h
Message-ID:  <200504011335.j31DZZDq033080@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-04-01 13:35:35 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c job.h 
  Log:
  Both struct Job and struct Shell are only used inside job.c so there is
  no need to have them in a header file that is included by other modules.
  Move them both into the c-file.
  
  Revision  Changes    Path
  1.83      +172 -11   src/usr.bin/make/job.c
  1.31      +0 -160    src/usr.bin/make/job.h



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