Giampaolo Rodola' added the comment:

Mmm I'm not sure how to do this properly.
Apparently it seems I can:

--- a/Lib/plat-freebsd8/regen
+++ b/Lib/plat-freebsd8/regen
@@ -1,3 +1,3 @@
 #! /bin/sh
 set -v
-python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
+python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h 
/usr/include/sys/socket.h

...and then rerun Tools/scripts/h2py.py in order to "#ifdef AF_LINK" from 
within socketmodule.c but what about other FreeBSD versions? Why there's no 
Lib/plat-freebsd9 directory?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17996>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to