[Python-checkins] CVS: python/dist/src/Python dynload_aix.c,2.9,2.10

Vladimir Marangozov python-dev@python.org
Sun, 3 Sep 2000 17:54:59 -0700


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

Modified Files:
	dynload_aix.c 
Log Message:
Fix the char* vs. const char* mismatch for the argument of aix_loaderror()


Index: dynload_aix.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_aix.c,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** dynload_aix.c	2000/09/01 23:29:28	2.9
--- dynload_aix.c	2000/09/04 00:54:56	2.10
***************
*** 120,124 ****
  
  static void
! aix_loaderror(char *pathname)
  {
  
--- 120,124 ----
  
  static void
! aix_loaderror(const char *pathname)
  {