Ummm, try to get it right this time

This commit is contained in:
Neal Norwitz 2003-02-13 02:15:42 +00:00
parent 10b214c2fd
commit 88f115b0d4
1 changed files with 1 additions and 1 deletions

View File

@ -2713,7 +2713,7 @@ socket_inet_aton(PyObject *self, PyObject *args)
/* Have to use inet_addr() instead */
char *ip_addr;
#if HAVE_INET_ATON
#ifdef HAVE_INET_ATON
struct in_addr buf;
if (!PyArg_ParseTuple(args, "s:inet_aton", &ip_addr)) {