summaryrefslogtreecommitdiff
path: root/main/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/strlcpy.c')
-rw-r--r--main/strlcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/strlcpy.c b/main/strlcpy.c
index 5989e641d6..0d7d964e70 100644
--- a/main/strlcpy.c
+++ b/main/strlcpy.c
@@ -1,4 +1,4 @@
-#if !HAVE_STRLCPY
+#ifndef HAVE_STRLCPY
/* $OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $ */