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/xdr/Symbol.map | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc/xdr') diff --git a/lib/libc/xdr/Symbol.map b/lib/libc/xdr/Symbol.map index f279dc5..4cceeb7 100644 --- a/lib/libc/xdr/Symbol.map +++ b/lib/libc/xdr/Symbol.map @@ -1,4 +1,6 @@ -# $FreeBSD$ +/* + * $FreeBSD$ + */ FBSD_1.0 { xdr_free; @@ -40,6 +42,6 @@ FBSD_1.0 { xdrrec_endofrecord; xdr_reference; xdr_pointer; - #xdr_sizeof; # Why is xdr_sizeof.c not included in Makefileinc? + /* xdr_sizeof; */ /* Why is xdr_sizeof.c not included in Makefileinc? */ xdrstdio_create; }; -- cgit v1.1