From 09fe6820f051a1c68de03092e9a4f7c6f121ff1d Mon Sep 17 00:00:00 2001 From: glass Date: Fri, 27 May 1994 15:30:45 +0000 Subject: [PATCH] satisfy chris in M-x nit-mode --- sys/sys/exec_ecoff.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/sys/exec_ecoff.h b/sys/sys/exec_ecoff.h index 3f8c617f564e..9b3e7381513f 100644 --- a/sys/sys/exec_ecoff.h +++ b/sys/sys/exec_ecoff.h @@ -12,7 +12,7 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by Adam Glass + * This product includes software developed by Adam Glass. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission * @@ -27,14 +27,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: exec_ecoff.h,v 1.1 1994/05/27 09:19:40 glass Exp $ + * $Id: exec_ecoff.h,v 1.2 1994/05/27 15:30:45 glass Exp $ */ #ifndef _SYS_EXEC_ECOFF_H_ #define _SYS_EXEC_ECOFF_H_ -#ifdef KERNEL - #include struct ecoff_filehdr { @@ -85,6 +83,7 @@ struct ecoff_scnhdr { /* needed for size info */ ((ECOFF_HDR_SIZE + efp->ef_nsecs * sizeof(struct ecoff_scnhdr) + \ ECOFF_TXTOFF_ROUND(eap)) & ~ECOFF_TXTOFF_ROUND(eap))) +#ifdef KERNEL int exec_ecoff_makecmds __P((struct proc *, struct exec_package *)); #endif /* KERNEL */ #endif /* !_SYS_EXEC_ECOFF_H_ */