diff options
author | deischen <deischen@FreeBSD.org> | 2007-04-29 14:05:22 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2007-04-29 14:05:22 +0000 |
commit | 2a7306fdc570c474f76b95120a54af2235ed16da (patch) | |
tree | 5f8a81ab8d058f88af8e9dc21d42f02d03624a23 /lib/libc/resolv | |
parent | dd57d65e2d8f9f15d6abe88ebd7078bef1d309be (diff) | |
download | FreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.zip FreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.tar.gz |
Use C comments since we now preprocess these files with CPP.
Diffstat (limited to 'lib/libc/resolv')
-rw-r--r-- | lib/libc/resolv/Symbol.map | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/resolv/Symbol.map b/lib/libc/resolv/Symbol.map index 90d8137..211f2c4 100644 --- a/lib/libc/resolv/Symbol.map +++ b/lib/libc/resolv/Symbol.map @@ -1,7 +1,9 @@ -# $FreeBSD$ +/* + * $FreeBSD$ + */ FBSD_1.0 { - #h_nerr; # Why is this not staticized in net/herror.c? + /* h_nerr; */ /* Why is this not staticized in net/herror.c? */ h_errlist; herror; hstrerror; @@ -66,8 +68,6 @@ FBSD_1.0 { __res_mkupdrec; __res_mkupdate; __res_opt; - #__res_get_nibblesuffix; # Excluded - #__res_get_nibblesuffix2; # Excluded __res_getservers; __res_hostalias; __res_nametoclass; |