diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-12 20:31:23 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:21 +0200 |
commit | 42c814f424e34813126169d3bb39ee95fe5eb692 (patch) | |
tree | b5b952312ef6712e4c1e6321a8aa5f78787dfa9b /libc | |
parent | 2e55f3df3531a33d84a065979508a809e2bec742 (diff) |
inet_addr.c, inet_makeaddr.c: used the correct section from addr.c
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/inet_addr.c | 2 | ||||
-rw-r--r-- | libc/inet/inet_makeaddr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/inet_addr.c b/libc/inet/inet_addr.c index 445f850a1..9f946967c 100644 --- a/libc/inet/inet_addr.c +++ b/libc/inet/inet_addr.c @@ -4,5 +4,5 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#define L_inet_makeaddr +#define L_inet_addr #include "addr.c" diff --git a/libc/inet/inet_makeaddr.c b/libc/inet/inet_makeaddr.c index 9f946967c..445f850a1 100644 --- a/libc/inet/inet_makeaddr.c +++ b/libc/inet/inet_makeaddr.c @@ -4,5 +4,5 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#define L_inet_addr +#define L_inet_makeaddr #include "addr.c" |