From c14bc793676af72a37a3dec0514535ee5d518544 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 24 Nov 1999 00:26:05 +0000 Subject: much more KNF --- usr.bin/ssh/xmalloc.c | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'usr.bin/ssh/xmalloc.c') diff --git a/usr.bin/ssh/xmalloc.c b/usr.bin/ssh/xmalloc.c index 72205dab953..afcdbd97cab 100644 --- a/usr.bin/ssh/xmalloc.c +++ b/usr.bin/ssh/xmalloc.c @@ -1,21 +1,14 @@ /* - -xmalloc.c - -Author: Tatu Ylonen - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Mon Mar 20 21:23:10 1995 ylo - -Versions of malloc and friends that check their results, and never return -failure (they call fatal if they encounter an error). - -*/ + * Author: Tatu Ylonen + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * Created: Mon Mar 20 21:23:10 1995 ylo + * Versions of malloc and friends that check their results, and never return + * failure (they call fatal if they encounter an error). + */ #include "includes.h" -RCSID("$Id: xmalloc.c,v 1.4 1999/11/23 22:25:56 markus Exp $"); +RCSID("$Id: xmalloc.c,v 1.5 1999/11/24 00:26:04 deraadt Exp $"); #include "ssh.h" -- cgit v1.2.3