summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-security/recipes-security/isic/files/isic-0.07-netinet.patch
diff options
context:
space:
mode:
authorDave Cobbley <david.j.cobbley@linux.intel.com>2018-08-14 10:05:37 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-22 21:26:31 -0400
commiteb8dc40360f0cfef56fb6947cc817a547d6d9bc6 (patch)
treede291a73dc37168da6370e2cf16c347d1eba9df8 /import-layers/meta-security/recipes-security/isic/files/isic-0.07-netinet.patch
parent9c3cf826d853102535ead04cebc2d6023eff3032 (diff)
downloadtalos-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.tar.gz
talos-openbmc-eb8dc40360f0cfef56fb6947cc817a547d6d9bc6.zip
[Subtree] Removing import-layers directory
As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'import-layers/meta-security/recipes-security/isic/files/isic-0.07-netinet.patch')
-rw-r--r--import-layers/meta-security/recipes-security/isic/files/isic-0.07-netinet.patch68
1 files changed, 0 insertions, 68 deletions
diff --git a/import-layers/meta-security/recipes-security/isic/files/isic-0.07-netinet.patch b/import-layers/meta-security/recipes-security/isic/files/isic-0.07-netinet.patch
deleted file mode 100644
index c4ea74ee2..000000000
--- a/import-layers/meta-security/recipes-security/isic/files/isic-0.07-netinet.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-isic: add missing header file
-
-Backport:
-http://pkgs.fedoraproject.org/cgit/isic.git/tree/isic-0.07-netinet.patch
-
-Signed-off-by: Armin Kuster <akuster808@gmail.com>
-
-Index: isic-0.07/multisic.c
-===================================================================
---- isic-0.07.orig/multisic.c
-+++ isic-0.07/multisic.c
-@@ -1,5 +1,8 @@
- #include "isic.h"
-
-+#include <netinet/udp.h>
-+/*#include <netinet/tcp.h>*/
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
- * For user over a modem or frame (or other) you will have to change the
- * 'rand() & 0x4ff' line below. The 0x4ff needs to be less than the size of
-Index: isic-0.07/tcpsic.c
-===================================================================
---- isic-0.07.orig/tcpsic.c
-+++ isic-0.07/tcpsic.c
-@@ -1,5 +1,7 @@
- #include "isic.h"
-
-+#include <netinet/tcp.h>
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
- * For user over a modem or frame (or other) you will have to change the
- * 'rand() & 0x4ff' line below. The 0x4ff needs to be less than the size of
-Index: isic-0.07/tcpsic6.c
-===================================================================
---- isic-0.07.orig/tcpsic6.c
-+++ isic-0.07/tcpsic6.c
-@@ -1,5 +1,7 @@
- #include "isic.h"
-
-+#include <netinet/tcp.h>
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
- * For user over a modem or frame (or other) you will have to change the
- * 'rand() & 0x4ff' line below. The 0x4ff needs to be less than the size of
-Index: isic-0.07/udpsic.c
-===================================================================
---- isic-0.07.orig/udpsic.c
-+++ isic-0.07/udpsic.c
-@@ -1,5 +1,7 @@
- #include "isic.h"
-
-+#include <netinet/udp.h>
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
- * For user over a modem or frame (or other) you will have to change the
- * 'rand() & 0x4ff' line below. The 0x4ff needs to be less than the size of
-Index: isic-0.07/udpsic6.c
-===================================================================
---- isic-0.07.orig/udpsic6.c
-+++ isic-0.07/udpsic6.c
-@@ -1,5 +1,7 @@
- #include "isic.h"
-
-+#include <netinet/udp.h>
-+
- /* This is tuned for ethernet sized frames (1500 bytes)
- * For user over a modem or frame (or other) you will have to change the
- * 'rand() & 0x4ff' line below. The 0x4ff needs to be less than the size of
OpenPOWER on IntegriCloud