summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-08-20 16:13:27 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-08-20 16:13:27 +0000
commite3603104510774a297a8048c1833577a1eb6d9d4 (patch)
tree47ae99cecf4d527da708e7f9bd320b5c36ca2a0d /sys/net
parentf24feee5d61380c133d9971e959dab07cc46d5d2 (diff)
if_tun.c also has this comment so remove duplicate; ok jmc@ krw@
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_tun.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/net/if_tun.h b/sys/net/if_tun.h
index fe4548c09c9..4e06b14171a 100644
--- a/sys/net/if_tun.h
+++ b/sys/net/if_tun.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tun.h,v 1.13 2004/06/25 04:09:03 claudio Exp $ */
+/* $OpenBSD: if_tun.h,v 1.14 2006/08/20 16:13:26 stevesk Exp $ */
/*
* Copyright (c) 1988, Julian Onions <Julian.Onions@nexor.co.uk>
@@ -26,14 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/*
- * This driver takes packets off the IP i/f and hands them up to a
- * user process to have it's wicked way with. This driver has it's
- * roots in a similar driver written by Phil Cockcroft (formerly) at
- * UCL. This driver is based much more on read/write/select mode of
- * operation though.
- */
-
#ifndef _NET_IF_TUN_H_
#define _NET_IF_TUN_H_