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

Tim Peters tim_one@users.sourceforge.net
Fri, 06 Jul 2001 00:29:45 -0700


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

Modified Files:
      Tag: descr-branch
	regen 
Log Message:
Harmless merge.


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-sunos4/regen,v
retrieving revision 1.2
retrieving revision 1.2.12.1
diff -C2 -r1.2 -r1.2.12.1
*** regen	1994/08/01 11:30:58	1.2
--- regen	2001/07/06 07:29:43	1.2.12.1
***************
*** 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 ----