summaryrefslogtreecommitdiffstats
path: root/lib/libc/xdr
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
committerdeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
commit2a7306fdc570c474f76b95120a54af2235ed16da (patch)
tree5f8a81ab8d058f88af8e9dc21d42f02d03624a23 /lib/libc/xdr
parentdd57d65e2d8f9f15d6abe88ebd7078bef1d309be (diff)
downloadFreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.zip
FreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.tar.gz
Use C comments since we now preprocess these files with CPP.
Diffstat (limited to 'lib/libc/xdr')
-rw-r--r--lib/libc/xdr/Symbol.map6
1 files changed, 4 insertions, 2 deletions
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;
};
OpenPOWER on IntegriCloud