From 2a7306fdc570c474f76b95120a54af2235ed16da Mon Sep 17 00:00:00 2001 From: deischen Date: Sun, 29 Apr 2007 14:05:22 +0000 Subject: Use C comments since we now preprocess these files with CPP. --- lib/libc/resolv/Symbol.map | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/resolv') 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; -- cgit v1.1