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

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


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

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


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-next3/regen,v
retrieving revision 1.1
retrieving revision 1.1.12.1
diff -C2 -r1.1 -r1.1.12.1
*** regen	1996/08/16 18:14:41	1.1
--- regen	2001/07/06 07:30:40	1.1.12.1
***************
*** 4,11 ****
  export INCLUDE
  
- python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/fcntl.h
- echo "Adding O_NDELAY and O_SYNC"
- echo "O_NDELAY = FNDELAY" >> FCNTL.py
- echo "O_SYNC = FSYNC" >> FCNTL.py
- python ../../Tools/scripts/h2py.py /usr/include/bsd/sys/socket.h
  python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/bsd/netinet/in.h
--- 4,6 ----