[Python-checkins] CVS: python/dist/src/Lib/plat-generic regen,1.3,1.4

Martin v. L?wis loewis@users.sourceforge.net
Tue, 31 Jul 2001 01:47:56 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-generic
In directory usw-pr-cvs1:/tmp/cvs-serv10715/plat-generic

Modified Files:
	regen 
Log Message:
Remove obsolete entries from regen scripts.


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-generic/regen,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** regen	2000/10/09 19:34:12	1.3
--- regen	2001/07/31 08:47:54	1.4
***************
*** 1,6 ****
  #! /bin/sh
  set -v
- python$EXE ../../Tools/scripts/h2py.py /usr/include/fcntl.h
- python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
  python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
- python$EXE ../../Tools/scripts/h2py.py /usr/include/termios.h
--- 1,3 ----