Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2001 15:59:30 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys elf_common.h
Message-ID:  <200109082259.f88MxUI62761@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2001/09/08 15:59:30 PDT

  Modified files:
    sys/sys              elf_common.h 
  Log:
  Catch up with common usage:
  
  o  Define ELFMAG and SELFMAG as an alternative to test the ELF magic.
     ELFMAG is the magic; SELFMAG is the size of the magic. Use with
     strncmp() or memcmp().
  o  Define SHT_NUM as the number of predefined sections.
  
  Note: style(9) deviation for consistency.
  
  Revision  Changes    Path
  1.10      +4 -1      src/sys/sys/elf_common.h


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




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