Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6
heroes-tron
heroes-bigendian.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File heroes-bigendian.patch of Package heroes-tron
Index: heroes-0.21/src/bytesex.h =================================================================== --- heroes-0.21.orig/src/bytesex.h +++ heroes-0.21/src/bytesex.h @@ -27,9 +27,9 @@ #ifdef linux -#include <asm/byteorder.h> -#define BSWAP16(x) __arch__swab16(x) -#define BSWAP32(x) __arch__swab32(x) +#include <linux/swab.h> +#define BSWAP16(x) __swab16(x) +#define BSWAP32(x) __swab32(x) #else /* ! linux */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor