Преглед изворни кода

* Bad typedef on solaris

svn: 1869
Bryan Drewery пре 21 година
родитељ
комит
491d9c2cf6
1 измењених фајлова са 1 додато и 1 уклоњено
  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 short int      u_16bit_t;
 typedef unsigned char           u_8bit_t;
 typedef unsigned char           u_8bit_t;
 
 
-typedef u_int32_t 		dword;
+typedef u_32bit_t 		dword;
 
 
 /* port */
 /* port */
 typedef in_port_t		port_t;
 typedef in_port_t		port_t;