View | Details | Raw Unified | Return to bug 187910 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-libinstaller-syslinux.h (-4 / +8 lines)
Lines 1-6 Link Here
1
--- libinstaller/syslinux.h.orig	2010-10-20 21:25:38.000000000 +0200
1
--- libinstaller/syslinux.h.orig	2013-10-13 19:59:03.000000000 +0200
2
+++ libinstaller/syslinux.h	2010-12-05 14:34:43.252716727 +0100
2
+++ libinstaller/syslinux.h	2014-09-29 05:30:55.000000000 +0200
3
@@ -13,17 +13,18 @@
3
@@ -13,20 +13,21 @@
4
 #ifndef SYSLINUX_H
4
 #ifndef SYSLINUX_H
5
 #define SYSLINUX_H
5
 #define SYSLINUX_H
6
 
6
 
Lines 21-28 Link Here
21
+extern unsigned int syslinux_ldlinux_len;
21
+extern unsigned int syslinux_ldlinux_len;
22
 extern const int syslinux_ldlinux_mtime;
22
 extern const int syslinux_ldlinux_mtime;
23
 
23
 
24
-extern unsigned char syslinux_ldlinuxc32[];
25
+extern unsigned char *syslinux_ldlinuxc32;
26
 extern const unsigned int syslinux_ldlinuxc32_len;
27
24
 #define boot_sector	syslinux_bootsect
28
 #define boot_sector	syslinux_bootsect
25
@@ -31,7 +32,7 @@
29
@@ -34,7 +35,7 @@
26
 #define boot_image	syslinux_ldlinux
30
 #define boot_image	syslinux_ldlinux
27
 #define boot_image_len	syslinux_ldlinux_len
31
 #define boot_image_len	syslinux_ldlinux_len
28
 
32
 

Return to bug 187910