summaryrefslogtreecommitdiff
path: root/port/libport.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/libport.h')
-rw-r--r--port/libport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/port/libport.h b/port/libport.h
index 909ae1fc..8e73e0a3 100644
--- a/port/libport.h
+++ b/port/libport.h
@@ -1,4 +1,4 @@
-/* $Id: libport.h,v 1.3 2015-06-25 02:28:01 bfriesen Exp $ */
+/* $Id: libport.h,v 1.4 2015-07-04 22:09:27 bfriesen Exp $ */
/*
* Copyright (c) 2009 Frank Warmerdam
@@ -48,7 +48,7 @@ lfind(const void *key, const void *base, size_t *nmemb, size_t size,
int(*compar)(const void *, const void *));
#endif
-#if !defined(HAVE_SNPRINTF) && !defined(HAVE__SNPRINTF)
+#if !defined(HAVE_SNPRINTF)
int snprintf(char* str, size_t size, const char* format, ...);
#endif