FreeBSD Bugzilla – Attachment 28838 Details for
Bug 48331
Update port: foobillard -> 2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-billard3d.c
patch-billard3d.c (text/plain; charset=us-ascii), 570 bytes, created by
Stefan Farfeleder
on 2003-02-16 16:12:06 UTC
(
hide
)
Description:
patch-billard3d.c
Filename:
MIME Type:
Creator:
Stefan Farfeleder
Created:
2003-02-16 16:12:06 UTC
Size:
570 bytes
patch
obsolete
>--- src/billard3d.c.orig Sat Jan 11 02:04:01 2003 >+++ src/billard3d.c Sun Feb 16 16:39:59 2003 >@@ -24,7 +24,7 @@ > #include <string.h> > #include <math.h> > #include <unistd.h> >-#include <endian.h> >+#include <machine/endian.h> > > #ifndef USE_SDL > #include <GL/glut.h> >@@ -4094,7 +4094,7 @@ > fread( &ball_ball_snd.data[SOUND_NULLOFFS*2], 1, ball_ball_snd.len-SOUND_NULLOFFS*2*2 , f ); > fclose(f); > >-#if __BYTE_ORDER == __BIG_ENDIAN >+#if _BYTE_ORDER == _BIG_ENDIAN > { > char *snd=ball_ball_snd.data; > for(i=0;i<ball_ball_snd.len;i+=2)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 48331
:
28837
| 28838