cvs commit: src/usr.bin/make job.c job.h
Hartmut Brandt
harti at FreeBSD.org
Fri Apr 1 05:35:35 PST 2005
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
More information about the cvs-src
mailing list