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

Fred L. Drake fdrake@users.sourceforge.net
Thu, 10 May 2001 08:52:49 -0700


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

Modified Files:
	regen 
Log Message:

Do no regenerate modules that should no longer be here.


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-sunos4/regen,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** regen	1994/08/01 11:30:58	1.2
--- regen	2001/05/10 15:52:47	1.3
***************
*** 6,12 ****
  esac
  set -v
- h2py </usr/include/sys/fcntlcom.h >FCNTL.py
- echo "O_ACCMODE = (O_RDONLY|O_WRONLY|O_RDWR)" >>FCNTL.py
- h2py /usr/include/sys/socket.h
  h2py /usr/include/sys/wait.h
  h2py -i '(u_long)' /usr/include/netinet/in.h
--- 6,9 ----