diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2009-11-09 20:38:34 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2009-11-09 20:38:34 +0000 |
commit | 62042c23f47e14b0becc7389e745e636b7872b9e (patch) | |
tree | ff671db1acb62f458d6affd137797a28566bf512 /sys/net | |
parent | abd4fcae107559bbbb70eb6623304448ea2e66ef (diff) |
s/MPLS_DEBUG/VETHER_DEBUG
OK deraadt
Diffstat (limited to 'sys/net')
-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) |