From owner-cvs-all@FreeBSD.ORG Tue Jun 17 23:07:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B2F137B401; Tue, 17 Jun 2003 23:07:22 -0700 (PDT) Received: from ns.waishi.jp (ns.waishi.jp [61.199.233.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152EF43F85; Tue, 17 Jun 2003 23:07:21 -0700 (PDT) (envelope-from yosimoto@waishi.jp) Received: from ns.waishi.jp (ns.waishi.jp [61.199.233.194]) by ns.waishi.jp (Postfix) with SMTP id 999E622E8C; Wed, 18 Jun 2003 15:07:14 +0900 (JST) Date: Wed, 18 Jun 2003 15:07:14 +0900 From: Shin-ichi YOSHIMOTO To: "Matthew N. Dodd" Message-Id: <20030618150714.0d6176d5.yosimoto@waishi.jp> In-Reply-To: <200306180334.h5I3YTiP064609@repoman.freebsd.org> References: <200306180334.h5I3YTiP064609@repoman.freebsd.org> Organization: WAISHI.JP X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys elf_common.h src/libexec/rtld-elf map_object.c rtld.c rtld.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 06:07:22 -0000 Subject: cvs commit: src/sys/sys elf_common.h src/libexec/rtld-elf map_object.c rtld.c rtld.h, On Tue, 17 Jun 2003 20:34:29 -0700 (PDT), Matthew N. Dodd wrote: > Modified files: > sys/sys elf_common.h You forgot "*/". --- elf_common.h.orig Wed Jun 18 13:19:22 2003 +++ elf_common.h Wed Jun 18 13:58:51 2003 @@ -237,7 +237,7 @@ terminationfunctions. */ #define DT_RUNPATH 29 /* String table offset of a null-terminated library search path string. */ -#define DT_FLAGS 30 /* Object specific flag values. +#define DT_FLAGS 30 /* Object specific flag values. */ #define DT_ENCODING 32 /* Values greater than or equal to DT_ENCODING and less than DT_LOOS follow the rules for the interpretation of the d_un union -- Shin-ichi YOSHIMOTO http://diary.waishi.jp/~yosimoto/diary/