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 --- strlcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strlcat.c') diff --git a/strlcat.c b/strlcat.c index 7b9673f9..fe3ec105 100644 --- a/strlcat.c +++ b/strlcat.c @@ -21,7 +21,7 @@ #include #include -#if !HAVE_STRLCAT +#ifndef HAVE_STRLCAT /* * Appends src to string dst of size siz (unlike strncat, siz is the * full size of dst, not space left). At most siz-1 characters -- cgit v1.2.3