mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Ummm, try to get it right this time
This commit is contained in:
parent
10b214c2fd
commit
88f115b0d4
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue