summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen/frexp.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-13 14:06:34 +0000
committerru <ru@FreeBSD.org>2001-08-13 14:06:34 +0000
commit95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d (patch)
treecb772fa69b05d0a14bcc6022fa62709c2343eb17 /lib/libc/i386/gen/frexp.c
parent6294027bad54895037359ec3c713f0aed626424b (diff)
downloadFreeBSD-src-95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d.zip
FreeBSD-src-95ce4d2cdc59a8eb8cff5859ae0ba21451c4798d.tar.gz
Removed duplicate VCS ID tags, as per style(9).
Diffstat (limited to 'lib/libc/i386/gen/frexp.c')
-rw-r--r--lib/libc/i386/gen/frexp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/i386/gen/frexp.c b/lib/libc/i386/gen/frexp.c
index 4834f17..0882b72 100644
--- a/lib/libc/i386/gen/frexp.c
+++ b/lib/libc/i386/gen/frexp.c
@@ -29,12 +29,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
-static const char rcsid[] = "$FreeBSD$";
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* LIBC_RCS and not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud