diff options
author | 1999-11-24 00:26:00 +0000 | |
---|---|---|
committer | 1999-11-24 00:26:00 +0000 | |
commit | 32f90fec69b6ddc959020edf4bea4b1f7284cb44 (patch) | |
tree | a7a98aab52f85d11a137ad10d135e10efcd5c20d /usr.bin/ssh/buffer.c | |
parent | re-enable mtrr (diff) | |
download | wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.tar.xz wireguard-openbsd-32f90fec69b6ddc959020edf4bea4b1f7284cb44.zip |
much more KNF
Diffstat (limited to 'usr.bin/ssh/buffer.c')
-rw-r--r-- | usr.bin/ssh/buffer.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/ssh/buffer.c b/usr.bin/ssh/buffer.c index dfdeba41eef..0f117ccc1c7 100644 --- a/usr.bin/ssh/buffer.c +++ b/usr.bin/ssh/buffer.c @@ -1,20 +1,20 @@ /* - -buffer.c - -Author: Tatu Ylonen <ylo@cs.hut.fi> - -Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland - All rights reserved - -Created: Sat Mar 18 04:15:33 1995 ylo - -Functions for manipulating fifo buffers (that can grow if needed). - -*/ + * + * buffer.c + * + * Author: Tatu Ylonen <ylo@cs.hut.fi> + * + * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland + * All rights reserved + * + * Created: Sat Mar 18 04:15:33 1995 ylo + * + * Functions for manipulating fifo buffers (that can grow if needed). + * + */ #include "includes.h" -RCSID("$Id: buffer.c,v 1.2 1999/11/23 22:25:53 markus Exp $"); +RCSID("$Id: buffer.c,v 1.3 1999/11/24 00:26:01 deraadt Exp $"); #include "xmalloc.h" #include "buffer.h" |