Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/rlogin cast change needed to make gcc -Wall quiet do...
details: https://anonhg.NetBSD.org/src/rev/071878185e06
branches: trunk
changeset: 473992:071878185e06
user: tls <tls%NetBSD.org@localhost>
date: Thu Jun 24 22:43:35 1999 +0000
description:
cast change needed to make gcc -Wall quiet down with new libdes
diffstat:
usr.bin/rlogin/krcmd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8f3cb23235db -r 071878185e06 usr.bin/rlogin/krcmd.c
--- a/usr.bin/rlogin/krcmd.c Thu Jun 24 20:22:12 1999 +0000
+++ b/usr.bin/rlogin/krcmd.c Thu Jun 24 22:43:35 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: krcmd.c,v 1.5 1999/02/17 06:49:31 scottr Exp $ */
+/* $NetBSD: krcmd.c,v 1.6 1999/06/24 22:43:35 tls Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)krcmd.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: krcmd.c,v 1.5 1999/02/17 06:49:31 scottr Exp $");
+__RCSID("$NetBSD: krcmd.c,v 1.6 1999/06/24 22:43:35 tls Exp $");
#endif
#endif /* not lint */
@@ -101,7 +101,7 @@
SERVICE_NAME,
realm,
(CREDENTIALS *) NULL, /* credentials not used */
- (bit_64 *) NULL, /* key schedule not used */
+ (void *) NULL, /* key schedule not used */
(MSG_DAT *) NULL, /* MSG_DAT not used */
(struct sockaddr_in *) NULL, /* local addr not used */
(struct sockaddr_in *) NULL, /* foreign addr not used */
Home |
Main Index |
Thread Index |
Old Index