2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

Fix comment-within-comment warning.

This commit is contained in:
Rob Austein
2005-04-27 18:16:45 +00:00
parent ab023a6556
commit 62a6efe7c9

View File

@@ -1,9 +1,9 @@
#ifndef LINT #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 #endif
/*! \file /*! \file
/*% * \brief
* ftruncate - set file size, BSD Style * ftruncate - set file size, BSD Style
* *
* shortens or enlarges the file as neeeded * shortens or enlarges the file as neeeded