aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/lib/authusekey.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/authusekey.c')
-rw-r--r--usr.sbin/xntpd/lib/authusekey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/lib/authusekey.c b/usr.sbin/xntpd/lib/authusekey.c
index c268c4d2455c..20d7f3c3f447 100644
--- a/usr.sbin/xntpd/lib/authusekey.c
+++ b/usr.sbin/xntpd/lib/authusekey.c
@@ -1,4 +1,4 @@
-/* authusekey.c,v 3.1 1993/07/06 01:07:58 jbj Exp
+/*
* authusekey - decode a key from ascii and use it
*/
#include <stdio.h>
@@ -30,7 +30,7 @@
int
authusekey(keyno, keytype, str)
- U_LONG keyno;
+ u_long keyno;
int keytype;
const char *str;
{