commit | 88f115b0d42a70a3e696212e69fa3fa29e655c82 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Feb 13 02:15:42 2003 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Feb 13 02:15:42 2003 +0000 |
tree | d5dc729fc114ab2bf34d43434d783f434569bd59 | |
parent | 10b214c2fd837d534eda75510a118f862d57da02 [diff] |
Ummm, try to get it right this time
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index d3ace6b..f7bbeae 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c
@@ -2713,7 +2713,7 @@ /* 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)) {