summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/mfptoa.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/mfptoa.c')
-rw-r--r--usr.sbin/xntpd/lib/mfptoa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/xntpd/lib/mfptoa.c b/usr.sbin/xntpd/lib/mfptoa.c
index 4e513d2..7de3b6e 100644
--- a/usr.sbin/xntpd/lib/mfptoa.c
+++ b/usr.sbin/xntpd/lib/mfptoa.c
@@ -1,13 +1,13 @@
-/* mfptoa.c,v 3.1 1993/07/06 01:08:30 jbj Exp
- * mfptoa - Return an asciized representation of a signed LONG fp number
+/*
+ * mfptoa - Return an asciized representation of a signed long fp number
*/
#include "ntp_fp.h"
#include "ntp_stdlib.h"
char *
mfptoa(fpi, fpf, ndec)
- U_LONG fpi;
- U_LONG fpf;
+ u_long fpi;
+ u_long fpf;
int ndec;
{
int isneg;
OpenPOWER on IntegriCloud