typo in last commit

This commit is contained in:
tls 1996-01-04 22:25:50 +00:00
parent 2fce159ff8
commit aaffe4da8f
3 changed files with 6 additions and 14 deletions

View File

@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.5 1995/03/21 07:58:28 cgd Exp $
# $NetBSD: Makefile,v 1.6 1996/01/04 22:25:50 tls Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= rlogin
SRCS= rlogin.c
#SRCS+= krcmd.c kcmd.c des_rw.c
#DPADD= ${LIBKRB} ${LIBDES}
#CFLAGS+=-DKERBEROS -DCRYPT
#LDADD= -lkrb -ldes
SRCS+= krcmd.c kcmd.c des_rw.c
DPADD= ${LIBKRB} ${LIBDES}
CFLAGS+=-DKERBEROS -DCRYPT
LDADD= -lkrb -ldes
BINOWN= root
BINMODE=4555
#INSTALLFLAGS=-fschg

View File

@ -1,5 +1,3 @@
/* $NetBSD: des_rw.c,v 1.2 1995/03/21 07:58:30 cgd Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@ -34,11 +32,7 @@
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)des_rw.c 8.1 (Berkeley) 6/6/93";
#else
static char rcsid[] = "$NetBSD: des_rw.c,v 1.2 1995/03/21 07:58:30 cgd Exp $";
#endif
#endif /* not lint */
#ifdef CRYPT

View File

@ -1,4 +1,4 @@
/* $NetBSD: krb.h,v 1.3 1996/01/04 17:19:43 tls Exp $ */
/* $NetBSD: krb.h,v 1.4 1996/01/04 22:25:52 tls Exp $ */
/*-
* Copyright (c) 1993
@ -43,8 +43,6 @@ void des_clear_key __P(());
int des_read __P((int, char *, int));
int des_write __P((int, char *, int));
int krb_net_read __P((int, char *, int));
u_long, MSG_DAT *, CREDENTIALS *, Key_schedule,
struct sockaddr_in *, struct sockaddr_in *, char *));
int krcmd __P((char **, u_short, char *, char *, int *, char *));
int krcmd_mutual __P((char **, u_short, char *, char *, int *,
char *, CREDENTIALS *, Key_schedule));