From a512daba6c0fd80349164c17be8fd6427bf5e83e Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Mon, 26 Jan 1998 19:52:34 +0000 Subject: [PATCH] Correct $Id$ --- sys/net/if_tun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/if_tun.h b/sys/net/if_tun.h index 7549993687c..84130d6cf50 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. * - * : $Header: if_tnreg.h,v 1.1.2.1 1992/07/16 22:39:16 friedl Exp + * $Id$ */ #ifndef _NET_IF_TUN_H_