]> Nishi Git Mirror - tewi.git/commitdiff
trying to fix bsdi port
authorNishi <nishi@nishi.boats>
Thu, 17 Oct 2024 10:21:23 +0000 (10:21 +0000)
committerNishi <nishi@nishi.boats>
Thu, 17 Oct 2024 10:21:23 +0000 (10:21 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@378 8739d7e6-ffea-ec47-b151-bdff447c6205

VC6Compat/stdint.h

index 631867f324772f68f28a324ee644a6ac4b751b0d..8762ceba00f883512b86af9dcf071e050625ec43 100644 (file)
@@ -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