cvs commit: src/sys/sys elf_common.h src/libexec/rtld-elf map_object.c rtld.c rtld.h

Shin-ichi YOSHIMOTO yosimoto at waishi.jp
Tue Jun 17 23:07:22 PDT 2003


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 at waishi.jp>
http://diary.waishi.jp/~yosimoto/diary/



More information about the cvs-src mailing list