Parcourir la source

* Bad typedef on solaris

svn: 1869
Bryan Drewery il y a 21 ans
Parent
commit
491d9c2cf6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;