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

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


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

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-netbsd1/regen,v
retrieving revision 1.1
retrieving revision 1.1.12.1
diff -C2 -d -r1.1 -r1.1.12.1
*** regen	1997/12/03 18:44:57	1.1
--- regen	2001/08/02 02:40:43	1.1.12.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 ----