summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/mfptoms.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libntp/mfptoms.c')
-rw-r--r--contrib/ntp/libntp/mfptoms.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/ntp/libntp/mfptoms.c b/contrib/ntp/libntp/mfptoms.c
deleted file mode 100644
index d2bfd71..0000000
--- a/contrib/ntp/libntp/mfptoms.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * mfptoms - Return an asciized signed long fp number in milliseconds
- */
-#include "ntp_fp.h"
-#include "ntp_stdlib.h"
-
-char *
-mfptoms(
- u_long fpi,
- u_long fpf,
- short ndec
- )
-{
- int isneg;
-
- if (M_ISNEG(fpi, fpf)) {
- isneg = 1;
- M_NEG(fpi, fpf);
- } else
- isneg = 0;
-
- return dolfptoa(fpi, fpf, isneg, ndec, 1);
-}
OpenPOWER on IntegriCloud