summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-31 02:30:15 +0000
committerjkh <jkh@FreeBSD.org>1995-03-31 02:30:15 +0000
commit74c679e3d7f79520d731ccb3dfe3aeec85dabaf8 (patch)
treeba63216858c8220f90cdbad238fae6a553861554 /usr.sbin/xntpd
parent916ed5a996532a3f3edcea3b613bfccd787416e5 (diff)
downloadFreeBSD-src-74c679e3d7f79520d731ccb3dfe3aeec85dabaf8.zip
FreeBSD-src-74c679e3d7f79520d731ccb3dfe3aeec85dabaf8.tar.gz
Missing const clashes with prototype definition in ntp_stdlib.h; fixed.
Diffstat (limited to 'usr.sbin/xntpd')
-rw-r--r--usr.sbin/xntpd/lib/authdes.c.export2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/lib/authdes.c.export b/usr.sbin/xntpd/lib/authdes.c.export
index cb311f9..a22fc83 100644
--- a/usr.sbin/xntpd/lib/authdes.c.export
+++ b/usr.sbin/xntpd/lib/authdes.c.export
@@ -22,7 +22,7 @@
*/
void
DESauth_subkeys(key, encryptkeys, decryptkeys)
- U_LONG *key;
+ const U_LONG *key;
u_char *encryptkeys;
u_char *decryptkeys;
{
OpenPOWER on IntegriCloud