Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2002 02:12:42 -0700 (PDT)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12010 for review
Message-ID:  <200205280912.g4S9Cgc63347@freefall.freebsd.org>

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

Change 12010 by dfr@dfr_home on 2002/05/28 02:12:38

	Put the __ElfType(Auxinfo) statement back. On further reflection, this
	is harmless since we define both Elf32_Auxinfo and Elf64_Auxinfo on
	ia64.

Affected files ...

... //depot/projects/ia64/sys/ia64/include/elf.h#5 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/include/elf.h#5 (text+ko) ====

@@ -69,6 +69,8 @@
 	} a_un;
 } Elf64_Auxinfo;
 
+__ElfType(Auxinfo);
+
 /* Values for a_type. */
 #define	AT_NULL		0	/* Terminates the vector. */
 #define	AT_IGNORE	1	/* Ignored entry. */

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?200205280912.g4S9Cgc63347>