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

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

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


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-freebsd2/regen,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** regen	1998/05/06 15:13:38	1.2
--- regen	2001/07/31 08:47:54	1.3
***************
*** 1,6 ****
  #! /bin/sh
  set -v
- h2py /usr/include/sys/fcntl.h
- h2py /usr/include/sys/socket.h
  h2py -i '(u_long)' /usr/include/netinet/in.h
- h2py /usr/include/termios.h
--- 1,3 ----