Module Name: src
Committed By: thorpej
Date: Sun Dec 20 05:52:15 UTC 2009
Modified Files:
src/external/bsd/libelf/dist: libelf.h
Log Message:
Enable __LIBELF_HAVE_ELF_SYMINFO.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libelf/dist/libelf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/libelf/dist/libelf.h
diff -u src/external/bsd/libelf/dist/libelf.h:1.3 src/external/bsd/libelf/dist/libelf.h:1.4
--- src/external/bsd/libelf/dist/libelf.h:1.3 Sat Dec 19 07:58:24 2009
+++ src/external/bsd/libelf/dist/libelf.h Sun Dec 20 05:52:15 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: libelf.h,v 1.3 2009/12/19 07:58:24 thorpej Exp $ */
+/* $NetBSD: libelf.h,v 1.4 2009/12/20 05:52:15 thorpej Exp $ */
/*-
* Copyright (c) 2006 Joseph Koshy
@@ -39,7 +39,7 @@
# define __LIBELF_HAVE_ELF_CAP 1
# define __LIBELF_HAVE_ELF_MOVE 1
# define __LIBELF_HAVE_ELF_NOTE 1
-/* # define __LIBELF_HAVE_ELF_SYMINFO 1 */
+# define __LIBELF_HAVE_ELF_SYMINFO 1
# define __LIBELF_HAVE_ELF_VERS 1
#endif /* __NetBSD__ */