CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/01/04 12:03:08
Modified files: sys/sys : stdint.h Log message: Make sure the types of INTPTR_MIN/MAX and UINTPTR_MIN/MAX match the type we use for intptr_t and uintptr_t. ok millert@, deraadt@