diff options
author | 2019-03-15 05:42:38 +0000 | |
---|---|---|
committer | 2019-03-15 05:42:38 +0000 | |
commit | 075a6035c9ad2d9d6ba948432be901fea51fa986 (patch) | |
tree | 39536bcfc3f5bea2d00e63f9eb38e58e286c9553 /lib/libm/src | |
parent | Add a limit on how far format_expand can recurse. (diff) | |
download | wireguard-openbsd-075a6035c9ad2d9d6ba948432be901fea51fa986.tar.xz wireguard-openbsd-075a6035c9ad2d9d6ba948432be901fea51fa986.zip |
Remove FBSDID.
ok deraadt@
Diffstat (limited to 'lib/libm/src')
-rw-r--r-- | lib/libm/src/s_lrintl.c | 5 | ||||
-rw-r--r-- | lib/libm/src/s_lroundl.c | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/lib/libm/src/s_lrintl.c b/lib/libm/src/s_lrintl.c index 6c8fd6b31af..62b3155c2b5 100644 --- a/lib/libm/src/s_lrintl.c +++ b/lib/libm/src/s_lrintl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: s_lrintl.c,v 1.2 2012/12/05 23:20:04 deraadt Exp $ */ +/* $OpenBSD: s_lrintl.c,v 1.3 2019/03/15 05:42:38 kevlo Exp $ */ /*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> @@ -30,9 +30,6 @@ #include <math.h> #ifndef type -#if 0 -__FBSDID("$FreeBSD: src/lib/msun/src/s_lrint.c,v 1.1 2005/01/11 23:12:55 das Exp $"); -#endif #define type long double #define roundit rintl #define dtype long diff --git a/lib/libm/src/s_lroundl.c b/lib/libm/src/s_lroundl.c index a82c7d3e900..d0264b31327 100644 --- a/lib/libm/src/s_lroundl.c +++ b/lib/libm/src/s_lroundl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: s_lroundl.c,v 1.2 2012/12/05 23:20:04 deraadt Exp $ */ +/* $OpenBSD: s_lroundl.c,v 1.3 2019/03/15 05:42:38 kevlo Exp $ */ /*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> @@ -31,9 +31,6 @@ #include <math.h> #ifndef type -#if 0 -__FBSDID("$FreeBSD: src/lib/msun/src/s_lround.c,v 1.2 2005/04/08 00:52:16 das Exp $"); -#endif #define type long double #define roundit roundl #define dtype long |