diff options
author | 2009-11-09 20:38:33 +0000 | |
---|---|---|
committer | 2009-11-09 20:38:33 +0000 | |
commit | e3fdc4e0a44ffa8d29b3ba2a72e7643e9207f51d (patch) | |
tree | ad526b7849078001e472035cfc3803abb3c20e4c | |
parent | fix, need to keep =version for "no need to update" to occur... (diff) | |
download | wireguard-openbsd-e3fdc4e0a44ffa8d29b3ba2a72e7643e9207f51d.tar.xz wireguard-openbsd-e3fdc4e0a44ffa8d29b3ba2a72e7643e9207f51d.zip |
s/MPLS_DEBUG/VETHER_DEBUG
OK deraadt
-rw-r--r-- | sys/net/if_vether.c | 4 |
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) |