aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_tun.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_tun.h')
-rw-r--r--sys/net/if_tun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_tun.h b/sys/net/if_tun.h
index 382881cb256d..a3228d002d26 100644
--- a/sys/net/if_tun.h
+++ b/sys/net/if_tun.h
@@ -13,7 +13,7 @@
* UCL. This driver is based much more on read/write/select mode of
* operation though.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/net/if_tun.h,v 1.18.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef _NET_IF_TUN_H_