Revision b86a50f8a04473822cda25dfcadad09e70f1d810 authored by Larry Hastings on 02 August 2018, 09:16:53 UTC, committed by Larry Hastings on 02 August 2018, 09:16:53 UTC
1 parent f497e74
Raw File
regen
#! /bin/sh
case `uname -sr` in
UnixWare*)	;;
*)	echo Probably not on a UnixWare system 1>&2
	exit 1;;
esac
set -v
h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/sys/stropts.h
back to top