]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/openbsd-compat.h] SNPRINTF_CONST for snprintf
authordtucker <dtucker>
Fri, 30 Jun 2006 00:51:32 +0000 (00:51 +0000)
committerdtucker <dtucker>
Fri, 30 Jun 2006 00:51:32 +0000 (00:51 +0000)
   declaration too.  Patch from russ at sludge.net.

ChangeLog
openbsd-compat/openbsd-compat.h

index db5f267cc31f1baad03ea568db54c43e8aee39dd..db25e5027cb9463e313aeaeca02a6174bacae84c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20060630
+ - (dtucker) [openbsd-compat/openbsd-compat.h] SNPRINTF_CONST for snprintf
+   declaration too.  Patch from russ at sludge.net.
+
 20060627
  - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
    with autoconf 2.60.  Patch from vapier at gentoo.org.
index 91ec536dba1d22724f5ee2ab5dce397f679ffd20..f6a4714a3532bb87cea6e5cf20654e1aa24bd681 100644 (file)
@@ -154,7 +154,7 @@ int openpty(int *, int *, char *, struct termios *, struct winsize *);
 /* #include <sys/types.h> XXX needed? For size_t */
 
 #ifndef HAVE_SNPRINTF
-int snprintf(char *, size_t, const char *, ...);
+int snprintf(char *, size_t, SNPRINTF_CONST char *, ...);
 #endif 
 
 #ifndef HAVE_STRTOLL
This page took 0.063782 seconds and 5 git commands to generate.