소스 검색

* 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 char           u_8bit_t;
 
-typedef u_int32_t 		dword;
+typedef u_32bit_t 		dword;
 
 /* port */
 typedef in_port_t		port_t;