summaryrefslogtreecommitdiffstats
path: root/sys/ofed/include/linux/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ofed/include/linux/string.h')
-rw-r--r--sys/ofed/include/linux/string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/ofed/include/linux/string.h b/sys/ofed/include/linux/string.h
index b14a5c6..710ad0a 100644
--- a/sys/ofed/include/linux/string.h
+++ b/sys/ofed/include/linux/string.h
@@ -2,6 +2,7 @@
* Copyright (c) 2010 Isilon Systems, Inc.
* Copyright (c) 2010 iX Systems, Inc.
* Copyright (c) 2010 Panasas, Inc.
+ * Copyright (c) 2013, 2014 Mellanox Technologies, Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -35,6 +36,9 @@
#include <sys/libkern.h>
+#define strnicmp strncasecmp
+
+
static inline void *
kmemdup(const void *src, size_t len, gfp_t gfp)
{
OpenPOWER on IntegriCloud