mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-20 20:12:21 +00:00
Only try to use byteswap.h on linux. Assume that everyone else (thinking of
BSDs here) has sys/endian.h, and use macros as appropriate for the
names. This should probably be in a gloabl header.
This commit is contained in:
parent
1c3f8727b2
commit
adce1f16e0
4 changed files with 23 additions and 1 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2006-01-18 Eric Anholt <anholt@FreeBSD.org>
|
||||
|
||||
* GL/glx/indirect_dispatch.c:
|
||||
* GL/glx/indirect_dispatch_swap.c:
|
||||
* GL/glx/indirect_util.c:
|
||||
Only try to use byteswap.h on linux. Assume that everyone else
|
||||
(thinking of BSDs here) has sys/endian.h, and use macros as appropriate
|
||||
for the names. This should probably be in a gloabl header.
|
||||
|
||||
2006-01-18 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* fb/fbblt.c:
|
||||
|
|
|
|||
Loading…
Reference in a new issue