[Python-checkins] CVS: python/dist/src/Lib/plat-freebsd5 regen,1.1,1.1.8.1

Tim Peters tim_one@users.sourceforge.net
Wed, 01 Aug 2001 19:40:44 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-freebsd5
In directory usw-pr-cvs1:/tmp/cvs-serv23606/descr/dist/src/Lib/plat-freebsd5

Modified Files:
      Tag: descr-branch
	regen 
Log Message:
Mrege of trunk tag delta date2001-07-30 to date2001-08-01.


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-freebsd5/regen,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -C2 -d -r1.1 -r1.1.8.1
*** regen	2000/08/31 02:42:11	1.1
--- regen	2001/08/02 02:40:42	1.1.8.1
***************
*** 1,6 ****
  #! /bin/sh
  set -v
- python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
- python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
  python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
- python ../../Tools/scripts/h2py.py /usr/include/termios.h
--- 1,3 ----