Browse Source

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>
Peter S. Mazinger 13 years ago
parent
commit
42c814f424
2 changed files with 2 additions and 2 deletions
  1. 1 1
      libc/inet/inet_addr.c
  2. 1 1
      libc/inet/inet_makeaddr.c

+ 1 - 1
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"

+ 1 - 1
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"