Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 15:07:14 +0900
From:      Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
To:        "Matthew N. Dodd" <mdodd@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
Message-ID:  <20030618150714.0d6176d5.yosimoto@waishi.jp>
In-Reply-To: <200306180334.h5I3YTiP064609@repoman.freebsd.org>
References:  <200306180334.h5I3YTiP064609@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <yosimoto@waishi.jp>
http://diary.waishi.jp/~yosimoto/diary/



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