From d38a11e380011a36539ad227f4fdfb6f18ed7284 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 5 Jan 1998 05:08:43 +0000 Subject: [PATCH] Fix imported RCS keyword slightly --- sys/net/if_tun.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/if_tun.h b/sys/net/if_tun.h index 7ce26cee37cc..55421a5b2bbb 100644 --- a/sys/net/if_tun.h +++ b/sys/net/if_tun.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_tun.h,v 1.6 1996/06/25 22:15:18 pk Exp $ */ +/* $NetBSD: if_tun.h,v 1.7 1998/01/05 05:08:43 perry Exp $ */ /* * Copyright (c) 1988, Julian Onions @@ -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 + * from: Header: if_tnreg.h,v 1.1.2.1 1992/07/16 22:39:16 friedl Exp */ #ifndef _NET_IF_TUN_H_