Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/libbb/inet_common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 5  Line 5 
5   *   *
6   * Heavily modified by Manuel Novoa III       Mar 12, 2001   * Heavily modified by Manuel Novoa III       Mar 12, 2001
7   *   *
8   *   * Licensed under GPLv2, see file LICENSE in this tarball for details.
9   */   */
10    
11  #include "libbb.h"  #include "libbb.h"
# Line 193  char* FAST_FUNC INET6_rresolve(struct so Line 193  char* FAST_FUNC INET6_rresolve(struct so
193    
194   if (sin6->sin6_family != AF_INET6) {   if (sin6->sin6_family != AF_INET6) {
195  #ifdef DEBUG  #ifdef DEBUG
196   bb_error_msg("rresolve: unsupport address family %d!",   bb_error_msg("rresolve: unsupported address family %d!",
197    sin6->sin6_family);    sin6->sin6_family);
198  #endif  #endif
199   errno = EAFNOSUPPORT;   errno = EAFNOSUPPORT;

Legend:
Removed from v.983  
changed lines
  Added in v.984