Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2002 12:01:26 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11918 for review
Message-ID:  <200205261901.g4QJ1Qf03697@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11918

Change 11918 by peter@peter_daintree on 2002/05/26 12:01:04

	These should be no longer needed.

Affected files ...

... //depot/projects/ia64/sys/boot/common/load_elf.c#8 edit
... //depot/projects/ia64/usr.sbin/kldxref/ef.h#4 edit

Differences ...

==== //depot/projects/ia64/sys/boot/common/load_elf.c#8 (text+ko) ====

@@ -42,7 +42,6 @@
 
 #define COPYOUT(s,d,l)	archsw.arch_copyout((vm_offset_t)(s), d, l)
 
-__ElfType(Hashelt);
 
 typedef struct elf_file {
     Elf_Phdr 	*ph;

==== //depot/projects/ia64/usr.sbin/kldxref/ef.h#4 (text+ko) ====

@@ -3,8 +3,6 @@
 #ifndef _EF_H_
 #define _EF_H_
 
-__ElfType(Hashelt);
-
 #define	EFT_KLD		1
 #define	EFT_KERNEL	2
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205261901.g4QJ1Qf03697>