diff options
Diffstat (limited to 'net/bird/files/patch-sysdep_unix_krt.h')
-rw-r--r-- | net/bird/files/patch-sysdep_unix_krt.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/bird/files/patch-sysdep_unix_krt.h b/net/bird/files/patch-sysdep_unix_krt.h deleted file mode 100644 index a877ca5bf974..000000000000 --- a/net/bird/files/patch-sysdep_unix_krt.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sysdep/unix/krt.h.orig 2020-08-20 21:22:44 UTC -+++ sysdep/unix/krt.h -@@ -112,7 +112,7 @@ struct kif_proto { - struct kif_state sys; /* Sysdep state */ - }; - --struct kif_proto *kif_proto; -+extern struct kif_proto *kif_proto; - - #define KIF_CF ((struct kif_config *)p->p.cf) - |