X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2Finclude%2Fstdint.h;h=477f8ebd97b730ff32cf1821c2bf60d80cc2c1d2;hb=1b9f0a3100dd5bbfca97249cee2a4a98028e2eaf;hp=0e44f142f174e4685544f09a98ccc8f096e8e4a6;hpb=3339e63ed8ec87c391d76a6f45b74f6b73a626ee;p=tpg%2Facess2.git diff --git a/Usermode/include/stdint.h b/Usermode/include/stdint.h index 0e44f142..477f8ebd 100644 --- a/Usermode/include/stdint.h +++ b/Usermode/include/stdint.h @@ -26,6 +26,6 @@ typedef uint32_t uintptr_t; # error "Unknown pointer size" #endif -typedef uint64_t off_t; +//typedef uint64_t off_t; #endif