VirtualBox

Changeset 24223 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Oct 30, 2009 10:27:17 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54172
Message:

alias_proxy.c: warnings caused by the iprt/ctype.h change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/libalias/alias_proxy.c

    r20958 r24223  
    8181#include "alias_local.h"    /* Functions used by alias*.c */
    8282#endif
    83 #else /* !VBOX */
     83#else /* VBOX */
    8484# include <iprt/ctype.h>
    8585# include <iprt/string.h>
     
    8787# include "alias.h"     /* Public API functions for libalias */
    8888# include "alias_local.h"   /* Functions used by alias*.c */
     89# define isspace(ch)    RT_C_IS_SPACE(ch)
     90# define tolower(ch)    RT_C_TO_LOWER(ch)
    8991#endif /* VBOX */
    9092
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette