summaryrefslogtreecommitdiffstats
path: root/lib/libm/src
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2000-03-02 00:29:47 +0000
committertodd <todd@openbsd.org>2000-03-02 00:29:47 +0000
commitdd4317adfadf3eee4d9344c2bececb7d966b3990 (patch)
tree5b0f905cfaec01033e75515db159713e1373d53b /lib/libm/src
parentSeveral people noted that non-UVM was broken (diff)
downloadwireguard-openbsd-dd4317adfadf3eee4d9344c2bececb7d966b3990.tar.xz
wireguard-openbsd-dd4317adfadf3eee4d9344c2bececb7d966b3990.zip
$OpenBSD$
Diffstat (limited to 'lib/libm/src')
-rw-r--r--lib/libm/src/math_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/src/math_private.h b/lib/libm/src/math_private.h
index 94ce77b873f..942d4a782df 100644
--- a/lib/libm/src/math_private.h
+++ b/lib/libm/src/math_private.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: math_private.h,v 1.5 2000/03/02 00:29:50 todd Exp $ */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@@ -11,7 +12,6 @@
/*
* from: @(#)fdlibm.h 5.1 93/09/24
- * $Id: math_private.h,v 1.4 1996/11/14 14:21:51 etheisen Exp $
*/
#ifndef _MATH_PRIVATE_H_