Message77355
| Author | vstinner |
|---|---|
| Recipients | amaury.forgeotdarc, sjoerd, vstinner |
| Date | 2008-12-08.22:35:49 |
| SpamBayes Score | 0.00021841805 |
| Marked as misclassified | No |
| Message-id | <1228775751.09.0.726835862848.issue4591@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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); |
|
| History | |||
|---|---|---|---|
| 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 | |