summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/buffer.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-01-21 19:05:40 +0000
committermarkus <markus@openbsd.org>2001-01-21 19:05:40 +0000
commit94dd3409f9fcf5debd9fa3029b571b40836be45f (patch)
tree1080bdcf48d87d7f7e6d8eb1e570f76b453298fc /usr.bin/ssh/buffer.c
parentUVM and PMAP_NEW are required. (diff)
downloadwireguard-openbsd-94dd3409f9fcf5debd9fa3029b571b40836be45f.tar.xz
wireguard-openbsd-94dd3409f9fcf5debd9fa3029b571b40836be45f.zip
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
rename util.[ch] -> misc.[ch]
Diffstat (limited to 'usr.bin/ssh/buffer.c')
-rw-r--r--usr.bin/ssh/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/buffer.c b/usr.bin/ssh/buffer.c
index 668c173839f..0a8a4aa3599 100644
--- a/usr.bin/ssh/buffer.c
+++ b/usr.bin/ssh/buffer.c
@@ -12,11 +12,11 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: buffer.c,v 1.9 2000/12/19 23:17:55 markus Exp $");
+RCSID("$OpenBSD: buffer.c,v 1.10 2001/01/21 19:05:45 markus Exp $");
#include "xmalloc.h"
#include "buffer.h"
-#include "ssh.h"
+#include "log.h"
/* Initializes the buffer structure. */