From: Nishi Date: Thu, 17 Oct 2024 10:21:23 +0000 (+0000) Subject: trying to fix bsdi port X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2c1224d9488a4089da011de4c7b5ec351d0bda77;p=tewi.git trying to fix bsdi port git-svn-id: file:///raid/svn-personal/tewi/trunk@378 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/VC6Compat/stdint.h b/VC6Compat/stdint.h index 631867f..8762ceb 100644 --- a/VC6Compat/stdint.h +++ b/VC6Compat/stdint.h @@ -5,7 +5,7 @@ #ifdef __bsdi__ typedef u_int8_t uint8_t; -typedef u_int16_t short uint16_t; +typedef u_int16_t uint16_t; typedef u_int32_t uint32_t; typedef u_int64_t uint64_t; #else