mirror_zfs/module/icp
Matthew Macy e4f5fa1229 Fix strdup conflict on other platforms
In the FreeBSD kernel the strdup signature is:

```
char	*strdup(const char *__restrict, struct malloc_type *);
```

It's unfortunate that the developers have chosen to change
the signature of libc functions - but it's what I have to
deal with.

Reviewed-by: Jorgen Lundman <lundman@lundman.net>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9433
2019-10-10 09:47:06 -07:00
..
algs OpenZFS restructuring - move platform specific headers 2019-09-05 09:34:54 -07:00
api Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
asm-x86_64 Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
core Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
include Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
io OpenZFS restructuring - move platform specific headers 2019-09-05 09:34:54 -07:00
os Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
spi Fix strdup conflict on other platforms 2019-10-10 09:47:06 -07:00
illumos-crypto.c Fix typos in modules/icp/ 2019-08-30 14:26:07 -07:00
Makefile.in Add support for selecting encryption backend 2018-08-02 11:59:24 -07:00