diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:18:52 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:18:52 +0200 |
commit | ab0c71eb34b37ba8683e820179ca31243cd8d905 (patch) | |
tree | c8c75472ce53f9e8a22f3d4d357759e924cbabbe /net/bird/files/patch-sysdep_unix_krt.h | |
parent | multimedia/hypnotix: Remove expired port (diff) |
net/bird: Remove expired port
2024-07-31 net/bird: Upstream EOL was for the end of 2023
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) - |