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

Annotation of /rpms/dietlibc/sme8/dietlibc-0.30-gnuokay.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 18:18:04 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: dietlibc-0_30-4_el5_sme_1
Import on branch sme8 of package dietlibc-0.30-4.el5.sme.1.src.rpm

1 slords 1.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