Message127758
Attaching a patch I've made for fixing the problem in HP-UX, simply by #including sys/types.h on the configure test..
1. I'm not sure it'll be good for all platforms; maybe we need more 'configure' magic here to make it #include <sys/types.h> on this configure test only when needed (e.g. HP-UX v3).
2. Once 'configure' decides to enable the "os.major" feature, 'make' simply compiles it well - I didn't have to fix things in Modules/posixmodule.c (apparently sys/types.h is already loaded). I'm not sure it's smart to count on it. |
|
| Date |
User |
Action |
Args |
| 2011-02-02 20:28:47 | Oren_Held | set | recipients:
+ Oren_Held |
| 2011-02-02 20:28:47 | Oren_Held | set | messageid: <[email protected]> |
| 2011-02-02 20:28:47 | Oren_Held | link | issue11102 messages |
| 2011-02-02 20:28:47 | Oren_Held | create | |
|