summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-02-06 17:58:06 +0000
committermjacob <mjacob@FreeBSD.org>1999-02-06 17:58:06 +0000
commit1dd5304c324f3a43b19e8cf7a8c5f894f8fa84e3 (patch)
tree3d49b72d51aa519d8c285648b0243042ebb2e5a5 /sys
parent0ed6b55b80a3c586dcb7b0f591427a72f54f6046 (diff)
downloadFreeBSD-src-1dd5304c324f3a43b19e8cf7a8c5f894f8fa84e3.zip
FreeBSD-src-1dd5304c324f3a43b19e8cf7a8c5f894f8fa84e3.tar.gz
Hmm- I must be blind. There *was* already an appropriate typedef still
left there. The typedef that was inserted negated the correct typedef. This may have just been cvs automerge foo. Sorry.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/imgact_elf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
index 9f53540..618abec 100644
--- a/sys/sys/imgact_elf.h
+++ b/sys/sys/imgact_elf.h
@@ -25,7 +25,7 @@
* (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: imgact_elf.h,v 1.12 1999/02/05 13:52:15 newton Exp $
+ * $Id: imgact_elf.h,v 1.13 1999/02/06 16:39:16 mjacob Exp $
*/
#ifndef _SYS_IMGACT_ELF_H_
@@ -98,7 +98,6 @@ typedef struct {
int elf_brand_inuse __P((Elf64_Brandinfo *entry));
int elf_insert_brand_entry __P((Elf64_Brandinfo *entry));
int elf_remove_brand_entry __P((Elf64_Brandinfo *entry));
-int elf_brand_inuse __P((Elf64_Brandinfo *entry));
#endif /* ELF_TARG_CLASS == ELFCLASS32 */
OpenPOWER on IntegriCloud