]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- missing include (needed on big-endians) auto/ac/busybox-1_00-0_pre5_1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Dec 2003 15:40:35 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-kernel_headers.patch -> 1.2

busybox-kernel_headers.patch

index 1a74f074506e0f3fdb4e3c5405851c753cf28c03..347c327319fa6e8611c229983af1b8768e09ffef 100644 (file)
@@ -10,12 +10,13 @@ diff -durN -x '*~' -x '*.o' -x '.*' -x '*.[0-9]' -x '*.links' -x '*.html' -x '*.
 diff -durN -x '*~' -x '*.o' -x '.*' -x '*.[0-9]' -x '*.links' -x '*.html' -x '*.txt' -x '*.pod' -x 'config*' busybox-1.00-pre4.orig/miscutils/hdparm.c busybox-1.00-pre4/miscutils/hdparm.c
 --- busybox-1.00-pre4.orig/miscutils/hdparm.c  2004-12-21 17:58:28.111674208 +0100
 +++ busybox-1.00-pre4/miscutils/hdparm.c       2004-12-21 17:53:25.000000000 +0100
-@@ -45,7 +45,7 @@
+@@ -45,7 +45,8 @@
  #include <linux/types.h>
  #include <linux/hdreg.h>
  #include <linux/major.h>
 -#include <asm/byteorder.h>
 +#include <endian.h>
++#include <byteswap.h>
  
  
  #if (__BYTE_ORDER == __BIG_ENDIAN) && !defined(__USE_XOPEN)
This page took 0.051882 seconds and 4 git commands to generate.