diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-02 07:34:06 +0000 | 
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-02 07:34:06 +0000 | 
| commit | 81bffeeaab8522951713b1d92166c2c877ceedc3 (patch) | |
| tree | 95f51dd036cb6d9094d95488706762fc8414d115 /compat_strlcpy.c | |
| parent | 52c0e9552d2c7c67a39132a9eb3dc5a876a7429e (diff) | |
Diffstat (limited to 'compat_strlcpy.c')
| -rw-r--r-- | compat_strlcpy.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/compat_strlcpy.c b/compat_strlcpy.c index a7c64ff9997c8..a00d511817a3d 100644 --- a/compat_strlcpy.c +++ b/compat_strlcpy.c @@ -1,8 +1,6 @@ -#ifdef HAVE_CONFIG_H  #include "config.h" -#endif -#ifdef HAVE_STRLCPY +#if HAVE_STRLCPY  int dummy; | 
