From d57b00768a8fa44d1e1c5f758440edabfa488baf Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 14 Mar 2006 12:06:04 +0000 Subject: Fix more compiler warnings. svn path=/branches/BRANCH_6-3/; revision=4736 --- strlcpy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strlcpy.c') diff --git a/strlcpy.c b/strlcpy.c index 64d9c575..baf2c7a7 100644 --- a/strlcpy.c +++ b/strlcpy.c @@ -21,7 +21,7 @@ #include #include -#if !HAVE_STRLCPY +#ifndef HAVE_STRLCPY /* * Copy src to string dst of size siz. At most siz-1 characters * will be copied. Always NUL terminates (unless siz == 0). -- cgit v1.2.3