summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/buffer.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-11-24 00:26:00 +0000
committerderaadt <deraadt@openbsd.org>1999-11-24 00:26:00 +0000
commit32f90fec69b6ddc959020edf4bea4b1f7284cb44 (patch)
treea7a98aab52f85d11a137ad10d135e10efcd5c20d /usr.bin/ssh/buffer.c
parentre-enable mtrr (diff)
downloadwireguard-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.c28
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"