diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-02 16:27:45 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-02 16:27:45 +0000 |
commit | 85b03e3262eb38404d77eac56faf2a1a5ac70e3b (patch) | |
tree | 5145c7b760031cd03da2a91845e8b601b5a11c86 | |
parent | 8a38278586127ea01d3b4d906d314d33d0395125 (diff) |
shut up GCC -Wall about /* inside a comment
-rw-r--r-- | sys/net/if_tun.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index 03423b7bebf..f1462b9b225 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tun.c,v 1.11 1996/05/27 07:57:59 deraadt Exp $ */ +o/* $OpenBSD: if_tun.c,v 1.12 1996/06/02 16:27:44 niklas Exp $ */ /* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */ /* @@ -18,7 +18,7 @@ #include "tun.h" #if NTUN > 0 -/* #define TUN_DEBUG 9 /* */ +/* #define TUN_DEBUG 9 */ #include <sys/param.h> #include <sys/kernel.h> |