From owner-cvs-all Sat Sep 8 15:59:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83D7837B408; Sat, 8 Sep 2001 15:59:30 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88MxUI62761; Sat, 8 Sep 2001 15:59:30 -0700 (PDT) (envelope-from marcel) Message-Id: <200109082259.f88MxUI62761@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 8 Sep 2001 15:59:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys elf_common.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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