[Python-checkins] python/dist/src/Modules socketmodule.c,1.254,1.255

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 12 Feb 2003 18:15:45 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv22404/Modules

Modified Files:
	socketmodule.c 
Log Message:
Ummm, try to get it right this time

Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.254
retrieving revision 1.255
diff -C2 -d -r1.254 -r1.255
*** socketmodule.c	13 Feb 2003 02:11:10 -0000	1.254
--- socketmodule.c	13 Feb 2003 02:15:42 -0000	1.255
***************
*** 2714,2718 ****
  	/* Have to use inet_addr() instead */
  	char *ip_addr;
! #if HAVE_INET_ATON
  	struct in_addr buf;
  
--- 2714,2718 ----
  	/* Have to use inet_addr() instead */
  	char *ip_addr;
! #ifdef HAVE_INET_ATON
  	struct in_addr buf;