Explorar el Código

* Bad typedef on solaris

svn: 1869
Bryan Drewery hace 21 años
padre
commit
491d9c2cf6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/types.h

+ 1 - 1
src/types.h

@@ -34,7 +34,7 @@ typedef unsigned long           u_32bit_t;
 typedef unsigned short int      u_16bit_t;
 typedef unsigned char           u_8bit_t;
 
-typedef u_int32_t 		dword;
+typedef u_32bit_t 		dword;
 
 /* port */
 typedef in_port_t		port_t;