python27: use absolute path to dtrace(8)
[unleashed-userland.git] / components / python / python27 / patches / 10-gethostname.patch
blobffcc91a348bf9e97c9594143d130a0dacf829675
1 diff --git Python-2.6.4/Include/pyport.h Python-2.6.4/Include/pyport.h
2 --- Python-2.6.4/Include/pyport.h
3 +++ Python-2.6.4/Include/pyport.h
4 @@ -449,11 +449,6 @@
5 in platform-specific #ifdefs.
6 **************************************************************************/
8 -#ifdef SOLARIS
9 -/* Unchecked */
10 -extern int gethostname(char *, int);
11 -#endif
13 #ifdef __BEOS__
14 /* Unchecked */
15 /* It's in the libs, but not the headers... - [cjh] */