summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-tun.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 12:49:30 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 12:49:30 +1000
commit4cbfe8ebebb1fb345bddab629768ad95885846d6 (patch)
treef60c58161c0e33a6a981314558a9fcc2a5432bd2 /openbsd-compat/port-tun.c
parent2ab323e0bd531926542784fdada06358d52cc020 (diff)
- (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
remove last traces of bufaux.h - it was merged into buffer.h in the big includes.h commit
Diffstat (limited to 'openbsd-compat/port-tun.c')
-rw-r--r--openbsd-compat/port-tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c
index f6a6aa9e1..d2ea03874 100644
--- a/openbsd-compat/port-tun.c
+++ b/openbsd-compat/port-tun.c
@@ -28,7 +28,7 @@
28 28
29#include "log.h" 29#include "log.h"
30#include "misc.h" 30#include "misc.h"
31#include "bufaux.h" 31#include "buffer.h"
32 32
33/* 33/*
34 * This is the portable version of the SSH tunnel forwarding, it 34 * This is the portable version of the SSH tunnel forwarding, it