diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-20 17:21:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-20 17:21:13 +0000 |
commit | 19613342e2d5dabfecfc0edd1f1498f5cdfd2e60 (patch) | |
tree | cee37d1bd66e05f8d565e0b38137d1193705c2bf /package/linux-atm/patches/400-stdint_local_instead_of_host.patch | |
parent | 4f23b578173ac9af0a0f87bf09c815b75a2a0451 (diff) | |
download | mtk-20170518-19613342e2d5dabfecfc0edd1f1498f5cdfd2e60.zip mtk-20170518-19613342e2d5dabfecfc0edd1f1498f5cdfd2e60.tar.gz mtk-20170518-19613342e2d5dabfecfc0edd1f1498f5cdfd2e60.tar.bz2 |
refresh linux-atm patches
SVN-Revision: 9373
Diffstat (limited to 'package/linux-atm/patches/400-stdint_local_instead_of_host.patch')
-rw-r--r-- | package/linux-atm/patches/400-stdint_local_instead_of_host.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/linux-atm/patches/400-stdint_local_instead_of_host.patch b/package/linux-atm/patches/400-stdint_local_instead_of_host.patch index ead336c..b4db87e 100644 --- a/package/linux-atm/patches/400-stdint_local_instead_of_host.patch +++ b/package/linux-atm/patches/400-stdint_local_instead_of_host.patch @@ -1,7 +1,7 @@ Index: linux-atm-2.4.1/src/include/stdint.h =================================================================== ---- linux-atm-2.4.1.orig/src/include/stdint.h 2007-06-04 13:23:53.658576552 +0200 -+++ linux-atm-2.4.1/src/include/stdint.h 2007-06-04 13:23:56.839093040 +0200 +--- linux-atm-2.4.1.orig/src/include/stdint.h 2007-10-20 19:19:10.194209414 +0200 ++++ linux-atm-2.4.1/src/include/stdint.h 2007-10-20 19:19:18.282670346 +0200 @@ -6,7 +6,7 @@ #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1 |