[BACK]Return to readelf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/readelf.h between version 1.4 and 1.5

version 1.4, 2003/06/13 18:31:14 version 1.5, 2004/05/19 02:32:36
Line 1 
Line 1 
 /*      $NetBSD: readelf.h,v 1.9 2002/05/18 07:00:47 pooka Exp $        */  /*      $OpenBSD$ */
   
 /*  /*
  * readelf.h   * Copyright (c) Christos Zoulas 2003.
  * @(#)Id: readelf.h,v 1.9 2002/05/16 18:45:56 christos Exp   * All Rights Reserved.
  *  
  * Provide elf data structures for non-elf machines, allowing file  
  * non-elf hosts to determine if an elf binary is stripped.  
  * Note: cobbled from the linux header file, with modifications  
  *  
  * Copyright (c) Ian F. Darwin 1986-1995.  
  * Software written by Ian F. Darwin and others;  
  * maintained 1995-present by Christos Zoulas and others.  
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
Line 21 
Line 12 
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
    * 3. The name of the author may not be used to endorse or promote products
    *    derived from this software without specific prior written permission.
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Line 34 
Line 27 
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   /*
    * @(#)Id: readelf.h,v 1.9 2002/05/16 18:45:56 christos Exp
    *
    * Provide elf data structures for non-elf machines, allowing file
    * non-elf hosts to determine if an elf binary is stripped.
    * Note: cobbled from the linux header file, with modifications
    */
 #ifndef __fake_elf_h__  #ifndef __fake_elf_h__
 #define __fake_elf_h__  #define __fake_elf_h__
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5