diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-14 11:07:41 +0900 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-11-14 11:27:08 +0900 | 
| commit | 3c3877cd7dd93943d2130d74e4cc11f9e3efb7ab (patch) | |
| tree | b91375ab18bd150bd3ba8a61242cc37c249dd310 /isisd/isis_csm.c | |
| parent | 11ec76edb225c0f0e6a57b1d667179b14aa2ac20 (diff) | |
*: fix some licensing SNAFUs
bgpd/bgpd.c had a typo
zebra/zebra_mpls_netlink.c was derived from rt_netlink.c
isisd/include-netbsd/* are not needed (2 constants moved over)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_csm.c')
| -rw-r--r-- | isisd/isis_csm.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isis_csm.c b/isisd/isis_csm.c index 0f642a7778..0fbf47aea1 100644 --- a/isisd/isis_csm.c +++ b/isisd/isis_csm.c @@ -33,7 +33,6 @@  #include "stream.h"  #include "isisd/dict.h" -#include "isisd/include-netbsd/iso.h"  #include "isisd/isis_constants.h"  #include "isisd/isis_common.h"  #include "isisd/isis_flags.h"  | 
