FreeBSD-Date: 2005/04/01 13:35:35
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 7 Apr 2005 07:16:33 +0000 (07:16 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 7 Apr 2005 07:16:33 +0000 (07:16 +0000)
commit7051be4fd802423979a25c010d30b896fd932c76
treec7fb6e0a17a9b3bd0af7ceefa6dd0ca5ac17a289
parentdf64c3520b320a655d1493a07c054e00d2f89dd2
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.
usr.bin/make/job.c
usr.bin/make/job.h