diff options
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_tun.h | 10 |
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_ |