Revision: 2489 Author: stansmith Date: 11:08:52 AM, Monday, October 19, 2009 Message: [INC] added defines for strcasecmp() & strtouq() ---- Modified : /gen1/trunk/inc/user/linux/_string.h
Signed-off-by: stan.smith <[email protected]> >--- a/inc/user/linux/_string.h Tue Oct 13 16:26:11 2009 >+++ b/inc/user/linux/_string.h Wed Sep 30 14:08:06 2009 >@@ -39,7 +39,9 @@ > #define strdup _strdup > #define strdupa _strdup > #define strncasecmp _strnicmp >+#define strcasecmp _stricmp > #define strtoull _strtoui64 >+#define strtouq _strtoui64 > #define strtok_r strtok_s > > #endif /* __STRING_H_ */ _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
