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