diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-02 17:24:59 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-02 17:24:59 +0000 |
commit | 85602fc37fa8cc67350d5b061ef69aab85c65a43 (patch) | |
tree | 2c96772acca463a078eb1401a322e5bc63696fde | |
parent | f73058e73a63fb13a77b5091819b8c25cded909f (diff) |
Fix accident in last commit
-rw-r--r-- | sys/net/if_tun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index f1462b9b225..76bb0813d11 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -1,4 +1,4 @@ -o/* $OpenBSD: if_tun.c,v 1.12 1996/06/02 16:27:44 niklas Exp $ */ +/* $OpenBSD: if_tun.c,v 1.13 1996/06/02 17:24:58 niklas Exp $ */ /* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */ /* |