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
..
2019-10-10 09:47:06 -07:00
2017-09-19 12:17:29 -07:00
2019-10-03 10:33:16 -07:00
2019-10-03 10:20:44 -07:00
2017-08-09 15:31:08 -07:00
2019-07-26 10:54:14 -07:00
2019-06-24 16:44:01 -07:00