summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-06-02 16:27:44 +0000
committerniklas <niklas@openbsd.org>1996-06-02 16:27:44 +0000
commitd3201691465d2923ed43e422ae8dc51588fe1ca5 (patch)
tree648a983387e3b65525e9e00db186907e278db238
parentexplictly state getvnode's return type (diff)
downloadwireguard-openbsd-d3201691465d2923ed43e422ae8dc51588fe1ca5.tar.xz
wireguard-openbsd-d3201691465d2923ed43e422ae8dc51588fe1ca5.zip
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>