aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
commit5f864214bbb2612cbb8b1b69d124036711b73946 (patch)
tree5f8a81ab8d058f88af8e9dc21d42f02d03624a23 /lib/libelf
parent8d3b75aa339d24e6b235b9867f169c19f9551406 (diff)
downloadsrc-5f864214bbb2612cbb8b1b69d124036711b73946.tar.gz
src-5f864214bbb2612cbb8b1b69d124036711b73946.zip
Use C comments since we now preprocess these files with CPP.
Notes
Notes: svn path=/head/; revision=169092
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/Version.map14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libelf/Version.map b/lib/libelf/Version.map
index 2c8e81d50f62..147d6c152a82 100644
--- a/lib/libelf/Version.map
+++ b/lib/libelf/Version.map
@@ -1,6 +1,6 @@
-#
-# $FreeBSD$
-#
+/*
+ * $FreeBSD$
+ */
FBSD_1.0 {
global:
elf32_checksum;
@@ -90,10 +90,10 @@ local:
*;
};
-#
-# Private symbols, mostly test hooks
-#
-FBSDprivate {
+/*
+ * Private symbols, mostly test hooks
+ */
+FBSDprivate_1.0 {
global:
_libelf_set_error;
_libelf_get_max_error;