/[smeserver]/rpms/dietlibc/sme7/dietlibc-0.30-gnuokay.patch
ViewVC logotype

Contents of /rpms/dietlibc/sme7/dietlibc-0.30-gnuokay.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 15:03:52 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: dietlibc-0_30-4_el4_sme_1, HEAD
Import on branch sme7 of package dietlibc-0.30-4.el4.sme.1.src.rpm

1 --- dietlibc-0.24/include/byteswap.h.gnu 2003-12-22 18:19:49.205504491 -0500
2 +++ dietlibc-0.24/include/byteswap.h 2003-12-22 18:19:59.997994713 -0500
3 @@ -1,7 +1,9 @@
4 #ifndef _BYTESWAP_H
5 #define _BYTESWAP_H
6
7 +#if 0
8 #warning "byteswap.h is an unportable GNU extension! Don't use!"
9 +#endif
10
11 static inline unsigned short bswap_16(unsigned short x) {
12 return (x>>8) | (x<<8);

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed