summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpf <mpf@openbsd.org>2009-11-09 20:38:33 +0000
committermpf <mpf@openbsd.org>2009-11-09 20:38:33 +0000
commite3fdc4e0a44ffa8d29b3ba2a72e7643e9207f51d (patch)
treead526b7849078001e472035cfc3803abb3c20e4c
parentfix, need to keep =version for "no need to update" to occur... (diff)
downloadwireguard-openbsd-e3fdc4e0a44ffa8d29b3ba2a72e7643e9207f51d.tar.xz
wireguard-openbsd-e3fdc4e0a44ffa8d29b3ba2a72e7643e9207f51d.zip
s/MPLS_DEBUG/VETHER_DEBUG
OK deraadt
-rw-r--r--sys/net/if_vether.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_vether.c b/sys/net/if_vether.c
index b681b5f39fd..f033b107f72 100644
--- a/sys/net/if_vether.c
+++ b/sys/net/if_vether.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vether.c,v 1.1 2009/11/09 03:16:05 deraadt Exp $ */
+/* $OpenBSD: if_vether.c,v 1.2 2009/11/09 20:38:33 mpf Exp $ */
/*
* Copyright (c) 2009 Theo de Raadt
@@ -47,7 +47,7 @@
#include <net/bpf.h>
#endif
-#ifdef MPLS_DEBUG
+#ifdef VETHER_DEBUG
#define DPRINTF(x) do { if (vetherdebug) printf x ; } while (0)
#else
#define DPRINTF(x)