diff options
Diffstat (limited to 'lib/libm/src')
| -rw-r--r-- | lib/libm/src/s_llround.c (renamed from lib/libm/src/llround.c) | 4 | ||||
| -rw-r--r-- | lib/libm/src/s_llroundf.c (renamed from lib/libm/src/llroundf.c) | 4 | ||||
| -rw-r--r-- | lib/libm/src/s_lround.c (renamed from lib/libm/src/lround.c) | 2 | ||||
| -rw-r--r-- | lib/libm/src/s_lroundf.c (renamed from lib/libm/src/lroundf.c) | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/libm/src/llround.c b/lib/libm/src/s_llround.c index b52c02c3291..e9ba5c05363 100644 --- a/lib/libm/src/llround.c +++ b/lib/libm/src/s_llround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: llround.c,v 1.1 2005/11/17 20:07:40 otto Exp $ */ +/* $OpenBSD: s_llround.c,v 1.1 2008/07/21 20:29:14 martynas Exp $ */ /* $NetBSD: llround.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */ /* @@ -11,4 +11,4 @@ #define RESTYPE_MIN LLONG_MIN #define RESTYPE_MAX LLONG_MAX -#include "lround.c" +#include "s_lround.c" diff --git a/lib/libm/src/llroundf.c b/lib/libm/src/s_llroundf.c index 24ab53cd813..c576304450b 100644 --- a/lib/libm/src/llroundf.c +++ b/lib/libm/src/s_llroundf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: llroundf.c,v 1.1 2005/11/17 20:07:40 otto Exp $ */ +/* $OpenBSD: s_llroundf.c,v 1.1 2008/07/21 20:29:14 martynas Exp $ */ /* $NetBSD: llroundf.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */ /* @@ -11,4 +11,4 @@ #define RESTYPE_MIN LLONG_MIN #define RESTYPE_MAX LLONG_MAX -#include "lroundf.c" +#include "s_lroundf.c" diff --git a/lib/libm/src/lround.c b/lib/libm/src/s_lround.c index 62fbe3ebea3..0742f076510 100644 --- a/lib/libm/src/lround.c +++ b/lib/libm/src/s_lround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lround.c,v 1.1 2005/11/17 20:07:40 otto Exp $ */ +/* $OpenBSD: s_lround.c,v 1.1 2008/07/21 20:29:14 martynas Exp $ */ /* $NetBSD: lround.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */ /*- diff --git a/lib/libm/src/lroundf.c b/lib/libm/src/s_lroundf.c index 477383d81bd..aee5ca0cd9b 100644 --- a/lib/libm/src/lroundf.c +++ b/lib/libm/src/s_lroundf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lroundf.c,v 1.1 2005/11/17 20:07:40 otto Exp $ */ +/* $OpenBSD: s_lroundf.c,v 1.1 2008/07/21 20:29:14 martynas Exp $ */ /* $NetBSD: lroundf.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */ /*- |
