diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-04-24 10:20:16 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-04-24 10:20:16 +0000 |
commit | f7cfc083ebafea87462c088bd819dd4c0dc76dcc (patch) | |
tree | cb45b3f7d887abc21bbb91f648f15f25debd44fc /sys/netmpls/mpls_proto.c | |
parent | bbe6022639b3d37a2194d9f8ead0592a40f76f4e (diff) |
Move various extern declarations into their corresponding header file.
Diffstat (limited to 'sys/netmpls/mpls_proto.c')
-rw-r--r-- | sys/netmpls/mpls_proto.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netmpls/mpls_proto.c b/sys/netmpls/mpls_proto.c index 7d7868a22bc..b1266119286 100644 --- a/sys/netmpls/mpls_proto.c +++ b/sys/netmpls/mpls_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpls_proto.c,v 1.6 2011/03/31 10:36:42 jasper Exp $ */ +/* $OpenBSD: mpls_proto.c,v 1.7 2013/04/24 10:20:15 mpi Exp $ */ /* * Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project. @@ -44,9 +44,6 @@ /* * MPLS protocol family: */ - -extern struct domain mplsdomain; - struct protosw mplssw[] = { { 0, &mplsdomain, 0, 0, 0, 0, 0, 0, |