From a14d555c873398b14776ca4f2c33f9c69617afb9 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 06:41:30 +0000 Subject: Remove trailing whitespace. --- eBones/kstash/Makefile | 4 ++-- eBones/kstash/kstash.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'eBones/kstash') diff --git a/eBones/kstash/Makefile b/eBones/kstash/Makefile index 8331c97a..d096b9c 100644 --- a/eBones/kstash/Makefile +++ b/eBones/kstash/Makefile @@ -1,10 +1,10 @@ # From: @(#)Makefile 5.2 (Berkeley) 3/5/91 -# $Id: Makefile,v 1.2 1994/07/19 19:27:04 g89r4222 Exp $ +# $Id: Makefile,v 1.1.1.1 1994/09/30 14:50:04 csgr Exp $ PROG= kstash CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES} -LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes +LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes NOMAN= noman .include diff --git a/eBones/kstash/kstash.c b/eBones/kstash/kstash.c index 696e4e1..d8afe20 100644 --- a/eBones/kstash/kstash.c +++ b/eBones/kstash/kstash.c @@ -1,16 +1,16 @@ /* * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute - * of Technology + * of Technology * For copying and distribution information, please see the file * . * * from: kstash.c,v 4.0 89/01/23 09:45:43 jtkohl Exp $ - * $Id: kstash.c,v 1.2 1994/07/19 19:27:05 g89r4222 Exp $ + * $Id: kstash.c,v 1.1.1.1 1994/09/30 14:50:05 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: kstash.c,v 1.2 1994/07/19 19:27:05 g89r4222 Exp $"; +"$Id: kstash.c,v 1.1.1.1 1994/09/30 14:50:05 csgr Exp $"; #endif lint #include @@ -84,7 +84,7 @@ main(argc, argv) clear_secrets(); } -static void +static void clear_secrets() { bzero(master_key_schedule, sizeof(master_key_schedule)); -- cgit v1.1