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

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-freebsd4
In directory usw-pr-cvs1:/tmp/cvs-serv10715/plat-freebsd4

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


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-freebsd4/regen,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** regen	2000/08/31 02:42:09	1.1
--- regen	2001/07/31 08:47:54	1.2
***************
*** 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 ----