[Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.149,2.150

Fredrik Lundh python-dev@python.org
Mon, 10 Jul 2000 09:38:11 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31226/Modules

Modified Files:
	posixmodule.c 
Log Message:


- stupid typo.

Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.149
retrieving revision 2.150
diff -C2 -r2.149 -r2.150
*** posixmodule.c	2000/07/10 15:59:30	2.149
--- posixmodule.c	2000/07/10 16:38:09	2.150
***************
*** 750,754 ****
  
  
! #if HAVE_CHOWN
  static char posix_chown__doc__[] =
  "chown(path, uid, gid) -> None\n\
--- 750,754 ----
  
  
! #ifdef HAVE_CHOWN
  static char posix_chown__doc__[] =
  "chown(path, uid, gid) -> None\n\