From 6741cda4a1d9dbd2fa113936f8170e0f2eba0874 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 12 Mar 2011 20:31:23 +0100
Subject: [PATCH 009/396] inet_addr.c, inet_makeaddr.c: used the correct section from addr.c

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/inet/inet_addr.c     |    2 +-
 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 445f850..9f94696 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 9f94696..445f850 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"
-- 
1.7.0.4

