You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
630 B
24 lines
630 B
Index: fardata.c |
|
--- fardata.c.orig 2004-04-17 13:39:42 +0200 |
|
+++ fardata.c 2005-06-23 19:58:19 +0200 |
|
@@ -655,7 +655,7 @@ |
|
num=va_arg(args, unsigned long); |
|
else if(qualifier=='h') |
|
{ |
|
-#ifdef __linux__ |
|
+#if 1 |
|
if (flags&SIGN) |
|
num=va_arg(args, int); /* num=va_arg(args, short); */ |
|
else |
|
Index: integr.c |
|
--- integr.c.orig 2005-06-21 20:27:18 +0200 |
|
+++ integr.c 2005-06-23 20:00:51 +0200 |
|
@@ -5,7 +5,7 @@ |
|
* |
|
*/ |
|
|
|
-static const char intergrity_identifier[] = { |
|
+const char intergrity_identifier[] = { |
|
0xB0, 0x03, 0xB0, 0x02, 0xB0, 0x03, |
|
0xB0, 0x04, 0xB0, 0x05, |
|
0x90, 0x90, 0x90, 0x90,
|
|
|