summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-06-02 16:27:45 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-06-02 16:27:45 +0000
commit85b03e3262eb38404d77eac56faf2a1a5ac70e3b (patch)
tree5145c7b760031cd03da2a91845e8b601b5a11c86
parent8a38278586127ea01d3b4d906d314d33d0395125 (diff)
shut up GCC -Wall about /* inside a comment
-rw-r--r--sys/net/if_tun.c4
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>