Message77355
2^31-2 doesn't fit in long on 32 bits CPU. On my Linux box, uid_t is an
unsigned integer (32 bits unsigned integer). Why not using "unsigned
int"? chown prototype:
int chown(const char *path, uid_t owner, gid_t group); |
|
Date |
User |
Action |
Args |
2008-12-08 22:35:51 | vstinner | set | recipients:
+ vstinner, sjoerd, amaury.forgeotdarc |
2008-12-08 22:35:51 | vstinner | set | messageid: <1228775751.09.0.726835862848.issue4591@psf.upfronthosting.co.za> |
2008-12-08 22:35:50 | vstinner | link | issue4591 messages |
2008-12-08 22:35:49 | vstinner | create | |
|