summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-02-06 16:39:16 +0000
committermjacob <mjacob@FreeBSD.org>1999-02-06 16:39:16 +0000
commit4b9b97c3b93c4877723941e9ee249c7e412207ee (patch)
tree0b021c37133c9453c0818438be5668e15d3d5566 /sys
parentab77140218376783774df9fefb17693d702d8561 (diff)
downloadFreeBSD-src-4b9b97c3b93c4877723941e9ee249c7e412207ee.zip
FreeBSD-src-4b9b97c3b93c4877723941e9ee249c7e412207ee.tar.gz
I don't know what happened here- I submitted a *working* patch for
alpha to John Polstra yesterday and it was checked in. Then there was a bunch of CVS activity, and it ended up with the *broken* prototype being reinserted. All I see in the history is 'style nits' as a comment, and I certainly agree with the latter of those two words.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/imgact_elf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
index 252be9a..9f53540 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.11 1999/02/04 12:42:39 newton Exp $
+ * $Id: imgact_elf.h,v 1.12 1999/02/05 13:52:15 newton Exp $
*/
#ifndef _SYS_IMGACT_ELF_H_
@@ -95,9 +95,10 @@ typedef struct {
#define MAX_BRANDS 8
-int elf_brand_inuse __P((Elf32_Brandinfo *entry));
+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