diff options
author | deischen <deischen@FreeBSD.org> | 2001-04-10 03:47:40 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2001-04-10 03:47:40 +0000 |
commit | 28d5436d8ae3ee455124da7a43be21f61fba957c (patch) | |
tree | 469ae447c0839a9ee122b3756b9f1cbfb9727f5e /lib | |
parent | cb8bda79d65a007241c9555a4b882fda2ac15def (diff) | |
download | FreeBSD-src-28d5436d8ae3ee455124da7a43be21f61fba957c.zip FreeBSD-src-28d5436d8ae3ee455124da7a43be21f61fba957c.tar.gz |
Fix a comment within a comment warning due to a missing "*/".
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/xdr/xdr_reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/xdr/xdr_reference.c b/lib/libc/xdr/xdr_reference.c index 60e7020..27f09c9 100644 --- a/lib/libc/xdr/xdr_reference.c +++ b/lib/libc/xdr/xdr_reference.c @@ -1,4 +1,4 @@ -/* $NetBSD: xdr_reference.c,v 1.13 2000/01/22 22:19:18 mycroft Exp $ +/* $NetBSD: xdr_reference.c,v 1.13 2000/01/22 22:19:18 mycroft Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for |