From a67936cc04a898b32d44c4f8d6361d4245677d85 Mon Sep 17 00:00:00 2001 From: jonathan Date: Sun, 19 May 1996 04:15:37 +0000 Subject: [PATCH] Declare mips_elf_makecmds(), not pmax_elf_makecmds(). --- sys/arch/mips/include/elf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mips/include/elf.h b/sys/arch/mips/include/elf.h index 5cb8b03421d6..7a15ec64ad0a 100644 --- a/sys/arch/mips/include/elf.h +++ b/sys/arch/mips/include/elf.h @@ -1,4 +1,4 @@ -/* $NetBSD: elf.h,v 1.2 1995/03/28 18:19:14 jtc Exp $ */ +/* $NetBSD: elf.h,v 1.3 1996/05/19 04:15:37 jonathan Exp $ */ /* * Copyright (c) 1994 Ted Lemon @@ -132,6 +132,6 @@ struct sym { #define ELF_HDR_SIZE (sizeof (struct ehdr)) #ifdef _KERNEL -int pmax_elf_makecmds __P((struct proc *, struct exec_package *)); +int mips_elf_makecmds __P((struct proc *, struct exec_package *)); #endif /* _KERNEL */ #endif /* __MACHINE_ELF_H__ */