DragonFly commits List (threaded) for 2005-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/make job.c job.h
okumoto 2005/04/07 00:16:33 PDT
DragonFly src repository
Modified files:
usr.bin/make job.c job.h
Log:
FreeBSD-Date: 2005/04/01 13:35:35
FreeBSD-Date: 2005/04/01 16:23:48
Author: harti
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.
Remove a forward declaration that isn't needed anymore.
Revision Changes Path
1.51 +172 -11 src/usr.bin/make/job.c
1.21 +0 -161 src/usr.bin/make/job.h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.50&r2=1.51&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.h.diff?r1=1.20&r2=1.21&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]