From 6b7dfc2891ae52f0f17257e335626deba6301936 Mon Sep 17 00:00:00 2001 From: srittau Date: Wed, 10 Oct 2001 16:05:37 +0000 Subject: [PATCH] Fixed a C++ style comment. Pointed out by Robert Cohen . --- etc/afpd/unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/afpd/unix.c b/etc/afpd/unix.c index 3ee23835..de2c452d 100644 --- a/etc/afpd/unix.c +++ b/etc/afpd/unix.c @@ -1,5 +1,5 @@ /* - * $Id: unix.c,v 1.22 2001-10-09 04:03:33 jmarcus Exp $ + * $Id: unix.c,v 1.23 2001-10-10 16:05:37 srittau Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -89,7 +89,7 @@ int ustatfs_getvolspace( vol, bfree, btotal, bsize ) ( sfs.f_blocks - ( sfs.f_bfree - sfs.f_bavail )); #endif /* ultrix */ - // see similar block above comments + /* see similar block above comments */ if ( *btotal > maxVolSpace / *bsize ) { *btotal = maxVolSpace; } else { -- 2.39.2