summaryrefslogtreecommitdiffstats
path: root/sys/netmpls/mpls_output.c
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-04-24 10:20:15 +0000
committermpi <mpi@openbsd.org>2013-04-24 10:20:15 +0000
commit30aab16db3f9fe9f02749e53863a7de2b16a82bd (patch)
tree2086ed27472d6cb93bcf98ff22c6edfc43223d42 /sys/netmpls/mpls_output.c
parentInstead of having various extern declarations for protocol variables, (diff)
downloadwireguard-openbsd-30aab16db3f9fe9f02749e53863a7de2b16a82bd.tar.xz
wireguard-openbsd-30aab16db3f9fe9f02749e53863a7de2b16a82bd.zip
Move various extern declarations into their corresponding header file.
Diffstat (limited to 'sys/netmpls/mpls_output.c')
-rw-r--r--sys/netmpls/mpls_output.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netmpls/mpls_output.c b/sys/netmpls/mpls_output.c
index 3a18614be7c..21d90d48134 100644
--- a/sys/netmpls/mpls_output.c
+++ b/sys/netmpls/mpls_output.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpls_output.c,v 1.15 2011/04/04 17:44:43 henning Exp $ */
+/* $OpenBSD: mpls_output.c,v 1.16 2013/04/24 10:20:15 mpi Exp $ */
/*
* Copyright (c) 2008 Claudio Jeker <claudio@openbsd.org>
@@ -37,8 +37,6 @@
#include <netinet/ip6.h>
#endif
-extern int mpls_inkloop;
-
#ifdef MPLS_DEBUG
#define MPLS_LABEL_GET(l) ((ntohl((l) & MPLS_LABEL_MASK)) >> MPLS_LABEL_OFFSET)
#endif