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.
This commit is contained in:
mjacob 1999-02-06 16:39:16 +00:00
parent ab77140218
commit 4b9b97c3b9

View File

@ -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 */