mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:40:00 -04:00
Fix comment-within-comment warning.
This commit is contained in:
parent
ab023a6556
commit
62a6efe7c9
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef LINT
|
||||
static const char rcsid[] = "$Id: ftruncate.c,v 1.2 2005/04/27 04:56:10 sra Exp $";
|
||||
static const char rcsid[] = "$Id: ftruncate.c,v 1.3 2005/04/27 18:16:45 sra Exp $";
|
||||
#endif
|
||||
|
||||
/*! \file
|
||||
/*%
|
||||
/*! \file
|
||||
* \brief
|
||||
* ftruncate - set file size, BSD Style
|
||||
*
|
||||
* shortens or enlarges the file as neeeded
|
||||
|
|
|
|||
Loading…
Reference in a new issue