Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: b2506101342f26962fec33d5a4d577d54f116145 authored by Larry Hastings on 08 February 2015, 00:04:22 UTC
Fix a copyright notice that still said 2014.
Tip revision: b250610
regen
#! /bin/sh
set -v
INCLUDE="/NextDeveloper/Headers;/NextDeveloper/Headers/ansi;/NextDeveloper/Headers/bsd"
export INCLUDE

python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h
back to top